advanced code snippet search
micmath on 01/08/07
01/08/07 06:43am
1 person have marked this snippet as a favorite
basicmagic
Lists files over 10M in size.
find . -size +10240000c -exec du -h {} \;
Report this snippet Tweet
Comment:
You need to login to post a comment.