which command is used to list all the files in your current directory as well as in subdirectories code example
Example: list all files in a directory and subdirectory linux
find . -type f -follow -print
find . -type f -follow -print