Unix/Solaris command to list folders
ls -l | grep ^d
ls -d */
Unix/Solaris command to list all folder including sub-folder
find . -type d
Linux command to list folders
ls -d
Unix/Solaris command to list folders
ls -l | grep ^d
ls -d */
Unix/Solaris command to list all folder including sub-folder
find . -type d
Linux command to list folders
ls -d