how to get a list of all files in a folder and subfolders shell script code example
Example: bash list all files in directory and subdirectories
# Bash-specific
# syntax
ls -R <file-or-directory-to-find>
# example
ls -R *hotographi*
# Bash-specific
# syntax
ls -R <file-or-directory-to-find>
# example
ls -R *hotographi*