This is one of the many similar lines from the output from ls -all
lrwxrwxrwx 1 subhrcho dba 25 Dec 6 01:36 beam-server.jpr -> .ade_path/beam-server.jpr
What does the above signify ? I am specially interested in .ade_path
? What does the dot(.) signify here ?
-all
option. It is either--all
, which is the same as-a
or-a -l -l
which can be shortened to -all. What you are doing is the latter. – Karthik T Jan 16 '13 at 05:45