following symbolic links
Marc Evans
evans at testmax.zk3.dec.com
Tue Mar 20 07:06:58 AEST 1990
>Lately I find myself doing things like
>%ls -ld /usr/prog
>
>and after finding that this is linked to /n/node1/bin, I'd do
>
>%ls -ld /n/node1/bin
Many *ix systems provide a -L option to the ls command, which traces the link
all of the way down (assuming that it can) to the actual file. Try using:
% ls -ldL /usr/prog
- Marc
==========================================================================
Marc Evans - WB1GRH - evans at decvax.DEC.COM | Synergytics (603)893-8481
Unix/X-window Software Contractor | 3 Koper Ln, Pelham, NH 03076
==========================================================================
More information about the Comp.unix.questions
mailing list