On Tuesday, March 18, 2003 11:59 +0000 Mark Fowler <[EMAIL PROTECTED]> wrote:

 bash$ ls -a               # list _all_ files, inc. hidden in current dir
 bash$ ls -a foo           # same for the directory foo

ls -A is useful too - it does the same as -a but doesn't list . or ... That last one is .. followed by a full stop. Curse this Unix stuff.


--
David Cantrell



Reply via email to