Last Updated: February 25, 2016
·
668
· barnettjw

Get list of files in a directory tree

If you ever want to get a list of all the files in a directory tree and export that list to a file.

ls -1 -R <dir> >> <file>