/ Published in: Bash
Expand |
Embed | Plain Text
find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $NF ": " $5 }'
You need to login to post a comment.
cbrant on 04/12/09
1 person have marked this snippet as a favorite
find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $NF ": " $5 }'
You need to login to post a comment.