The UNIX and Linux Forums  

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


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
listing files in a directory in bases of size arunkumar_mca UNIX for Dummies Questions & Answers 1 02-13-2008 03:38 AM
Sorting Directory Listing Sepia UNIX for Dummies Questions & Answers 1 07-11-2007 04:44 AM
How can i get directory listing? haisubbu UNIX for Dummies Questions & Answers 2 08-25-2006 06:03 AM
Full Directory Listing... B14speedfreak UNIX for Dummies Questions & Answers 5 05-11-2006 05:06 AM
listing files and directory in Page wise smdakram UNIX for Dummies Questions & Answers 1 01-11-2002 09:12 PM

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-09-2002
Registered User
 

Join Date: May 2002
Posts: 6
Stumble this Post!
Recursive directory listing without listing files

Does any one know how to get a recursive directory listing in long format (showing owner, group, permission etc) without listing the files contained in the directories.

The following command also shows the files but I only want to see the directories.

ls -lrtR *
Forum Sponsor
  #2 (permalink)  
Old 05-09-2002
thehoghunter
Guest
 

Posts: n/a
Stumble this Post!
Try find ./ -type d -ls
  #3 (permalink)  
Old 05-09-2002
Registered User
 

Join Date: May 2002
Posts: 6
Stumble this Post!
That worked. Thanks
  #4 (permalink)  
Old 05-10-2002
flim flam flamma jamma
 

Join Date: May 2001
Location: Chicago IL, USA
Posts: 1,006
Stumble this Post!
Code:
ls -laR | grep ^d
  #5 (permalink)  
Old 05-10-2002
Registered User
 

Join Date: May 2002
Posts: 6
Stumble this Post!
This code also worked but the following one served my purpose:

find ./ -type d -ls

Thanks
Google The UNIX and Linux Forums
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:52 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0