![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 07:38 AM |
| Sorting Directory Listing | Sepia | UNIX for Dummies Questions & Answers | 1 | 07-11-2007 07:44 AM |
| How can i get directory listing? | haisubbu | UNIX for Dummies Questions & Answers | 2 | 08-25-2006 09:03 AM |
| Full Directory Listing... | B14speedfreak | UNIX for Dummies Questions & Answers | 5 | 05-11-2006 08:06 AM |
| listing files and directory in Page wise | smdakram | UNIX for Dummies Questions & Answers | 1 | 01-12-2002 01:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 * |
|
||||
|
This code also worked but the following one served my purpose:
find ./ -type d -ls Thanks |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|