Home
News
Feed
search engine
by
freefind
advanced
Linux command to list all files in subdirectories
2015-01-13
++ Linux command to list all files in subdirectories
find . -type f -exec ls -l {} \; 2> /dev/null | sort -t' ' -k +6,6 -k +7,7
http://stackoverflow.com/questions/9620050/list-all-files-with-full-paths-in-a-directory-and-subdirectories-order-by-a