Answers for "count all directories and hidden directories in linux"

1

how to find all the dir in current working directory in linux

dir
Posted by: Guest on July-09-2021
1

linux commad to show directories

// it will show all directories or folders not files...
ls -d */
Posted by: Guest on February-22-2021

Code answers related to "count all directories and hidden directories in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language