Linux Expert Zone
Welcome In Open Source World
Pages
Home
Disclaimer
Showing posts with label
How to view/list only directories
.
Show all posts
Showing posts with label
How to view/list only directories
.
Show all posts
Tuesday, July 17
How to view/list only directories in Linux
This is a small post for Linux beginners . Viewing folders can be achieved by two ways in linux/
UNIX
Through ls command
Through find command
With ls we have to use grep to get the directory listings..
Ls –l | grep ^d
Through find command
find . -type d
Example
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)