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 10-18-2006
ravikirankethe ravikirankethe is offline
Registered User
 

Join Date: Oct 2006
Location: NewYork
Posts: 21
Thanks !

From your input, I had figured out couple of other ways to display the
folders.

ls -F | grep /
To display just the folder names

ls -lF | grep /
To display the folder names along with the other information like:
drwx------ 4 u956121 ezdev 512 Nov 15 2005 Mail/
drwxrwxrwx 2 u956121 ezdev 512 Jun 2 13:19 bin/
Reply With Quote