The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-18-2008
quintet quintet is offline
Registered User
 

Join Date: Jun 2006
Posts: 74
ls -l | grep ^d -> this will list all the directories

ls -l |grep ^- -> thils will list all regular files
Reply With Quote