Anonymous
public text v1 · immutable
# Find Big Files
find / -type f -size +20000k -exec ls -lisahn {} \; 2> /dev/null | awk '{ print $2 " : " $8 "/" $9 "/" $10 " - " $11 }'
# Find Big Files
find / -type f -size +20000k -exec ls -lisahn {} \; 2> /dev/null | awk '{ print $2 " : " $8 "/" $9 "/" $10 " - " $11 }'