![]() |
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 |
| Display only subdirectories from given directories | HAA | Shell Programming and Scripting | 8 | 04-25-2007 05:36 AM |
| export display of directories of remote machine | bhakti | Shell Programming and Scripting | 2 | 07-19-2006 06:55 AM |
| Bash Script to display directories in Path? | debut | Shell Programming and Scripting | 1 | 11-09-2005 05:06 PM |
| Recursively deleting directories | mikeshank | UNIX for Dummies Questions & Answers | 4 | 11-26-2004 11:58 AM |
| how can i display the list of directories(only) | indianguru | UNIX for Dummies Questions & Answers | 3 | 07-24-2001 02:02 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to display directories recursively?
Cannot find how to list the directory structure of a volume recursively. Do not want the files reported. Say I have 100 directories and 10,000 files, I do not want 10,000 lines of output. (If this is relevant, I am using the terminal on my OSX Mac). I hope this is easy - there should be an easy way. -- jim
|
|
||||
|
Thank you Reborg. Since this is a dummies group, could you explain why number (1) works but numbers (2) and (3) don't work?
(1) guests-Computer:/volumes/white guest$ pwd /volumes/white guests-Computer:/volumes/white guest$ find . -type d . ./pho_pp ./pho_pp/Test_dir ./pho_pers (snip) (2) guests-Computer:/volumes/white guest$ pwd /volumes/white guests-Computer:/volumes/white guest$ find /white -type d find: /white: No such file or directory (3) guests-Computer:/volumes guest$ pwd /volumes guests-Computer:/volumes guest$ find /white -type d find: /white: No such file or directory |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|