Viewing directory listing
In Linux/Unix, there are times when you might want to view only the directory listings, excluding files. You can achieve this with the following command:
-bash-3.00# ls -l | egrep ^d
In Linux/Unix, there are times when you might want to view only the directory listings, excluding files. You can achieve this with the following command:
-bash-3.00# ls -l | egrep ^d
Comments
Post a Comment