The followng option of ls command is used to display the hidden files/folders in given directory code example
Example: list all files in a directory and subdirectory linux
find . -type f -follow -print
find . -type f -follow -print