![]() |
| | #1 |
| Registered User Join Date: Oct 2001
Posts: 197
| wanna get all directories in / Is there any Linux-command that works like "dir C:\ /S /B" under MS-DOS? Or what do you think in implementing it on myself, would it be difficult? klausi
__________________ When I close my eyes nobody can see me... |
| klausi is offline | |
| | #2 |
| Registered User Join Date: Sep 2001
Posts: 132
| Yes there is, find / -type d to find all directories find / to find all files, including pathname alex Last edited by alex; 02-26-2002 at 10:13 AM. |
| alex is offline | |
| | #3 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,665
| Or even just ls -R or is it ls -r I dunno - read the manual |
| Salem is offline | |
| | #4 |
| Registered User Join Date: Oct 2001
Posts: 197
| Thank you all, itīs what I wanted. klausi
__________________ When I close my eyes nobody can see me... |
| klausi is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Comparing 2 directories | Opel_Corsa | C++ Programming | 4 | 01-19-2007 11:30 PM |
| VC6 directories | Magos | Tech Board | 0 | 03-11-2005 05:52 PM |
| problem while opening files from multiple directories | V.G | Windows Programming | 2 | 11-08-2004 03:29 PM |
| Visual C/C++ directories | Magos | Tech Board | 9 | 04-15-2003 08:45 PM |
| Working with directories... | C Seņor | C Programming | 4 | 04-20-2002 11:45 AM |