|
|
|
|
Blog by JasmineCorp | Create your own Blog
|
RSS Feed | Login |
Vinod's Linux tips blog. Where you can find some cool tips for Linux.
|
Linux list only subdirectries and no files By Vinod at 2010-08-28 15:14:21
|
When you use ls command it lists all the files.
If you want only to see subdirectory or folder names. Use find command.
find ./ -type d |
Permalink | Comments (0) |
Comments
|
To add a comment please login by clicking here
|
|
|