Larry J.
0
Q:

bash list all files in directory and subdirectories

find . -type f -follow -print
0
# Bash-specific

# syntax 
ls -R <file-or-directory-to-find>

# example
ls -R *hotographi*
0

New to Communities?

Join the community