By the way, turning to -l, looking high and low on
(info "(coreutils)What information is listed")
doesn't say why ls follows symlinks, but ls -l doesn't:
$ ls q
f
$ ls -l q
lrwxrwxrwx 1 jidanni jidanni 1 2009-02-22 01:57 q -> z

(Made with:)
$ mkdir z
$ touch z/f
$ ln -s z q


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to