Find 50mb large/r files

From wiki.perl.lt
Jump to: navigation, search
find . -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Personal tools
Categories