You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Original issue reported on code.google.com by [email protected] on 29 Jun 2012 at 5:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Jun 2012 at 5:02The text was updated successfully, but these errors were encountered: