Lista de archivos recursivamente
$ ls -R
- it displays files contained within subdirectories in the current directory.
When you have a lot of subdirectories,
the list can get quite long.
OHIOLee