linux How do you list all the files that are in the current directory? code example Example: list all files in a directory and subdirectory linux find . -type f -follow -print