All pastes #2069276 Raw Edit

Anonymous

public text v1 · immutable
#2069276 ·published 2011-05-26 03:53 UTC
rendered paste body

# Find Big Files

find / -type f -size +20000k -exec ls -lisahn {} \; 2> /dev/null | awk '{ print $2 " : " $8 "/" $9 "/" $10 " - " $11 }'