Wednesday 15 August 2012

linux - Listing files with ls -R no subdir info -


I want to put recursive files in the list but for information without directories, so be it the same format as normal LS-L needed.

  find -name '*' -exec ls -la {} \; | Sed '/ ^ total / d'    

No comments:

Post a Comment