How to List Only Directory in UNIX
-------------------------------------------
Use the following command to list only directory structure or only directory
ls -al grep '^d'
This will list only directory
-------------------------------------------
Use the following command to list only directory structure or only directory
ls -al grep '^d'
This will list only directory
No comments:
Post a Comment