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 -->
  #4 (permalink)  
Old 06-24-2005
dangral dangral is offline
Registered User
 

Join Date: Oct 2002
Posts: 670
using ls -l will also give you directories and links. If you want only files you need find.

do a "man find" and look into -type and -depth
Reply With Quote