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