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 05-05-2008
krishmaths krishmaths is offline
Registered User
 

Join Date: Sep 2006
Location: Mysore, India
Posts: 155
Another way..

Code:
find . -type d
Reply With Quote