Unix/Solaris commands to list folders and subfolders

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

Related posts:

  1. Unix Commands to lookup system information
  2. How to find shared folders in Windows XP quickly

Comments are closed.