The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-22-2005
sysera sysera is offline
Registered User
 

Join Date: Feb 2004
Posts: 91
Quote:
Originally Posted by venkyA
hi All,
How do I get list of all the files in one directory.

Thanks in advance,
Venky.
ls -la /path/to/directory should work okay for you.
Reply With Quote