Answers for "get all files and subdirectories bash"

5

bash find in all subdirectories

find . -name "foo*"
Posted by: Guest on November-29-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 "get all files and subdirectories bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language