Answers for "how to list directory and sub directory in linux"

11

linux list directories

ls -d */
Posted by: Guest on June-15-2020
0

list all files in a directory and subdirectory linux

find . -type f -follow -print
Posted by: Guest on May-02-2020

Code answers related to "how to list directory and sub directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language