Search Results

-1
votes

How do I get the unix find command to print out the file size with the file name?

find . -name "*.ear" | xargs ls -sh …