Sunday, December 5, 2010

showing the size of files in unix - with nice output

find ./ -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'

0 comments:

Post a Comment