Issue 85 in xar: Display information about links

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 29, 2012, 1:02:23 PM6/29/12
to xar-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 85 by dbo...@gmail.com: Display information about links
http://code.google.com/p/xar/issues/detail?id=85

Suppose we have file yar.

1. ln yar zar

$ xar -tvf ...
-rwxr-xr-x user/group size date time yar
-rwxr-xr-x user/group size date time zar

$ tar -tvf ...
-rwxr-xr-x user/group size date time yar
hrwxr-xr-x user/group 0 date time zar link to yar

2. ln -s yar zar

$ xar -tvf ...
-rwxr-xr-x user/group size date time yar
lrwxrwxrwx user/group 0 date time zar

$ tar -tvf ...
-rwxr-xr-x user/group size date time yar
lrwxrwxrwx user/group 0 date time zar -> yar

It would be nice to get more information about links.

Reply all
Reply to author
Forward
0 new messages