danielhilst

top10-bigger-files-on-filesystem-linux

Mar 7th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # change / to your mount point. This may take looong
  2. find / -mount -size +100M -printf "%s %p\n" | sort -nrk1 | head
Advertisement
Add Comment
Please, Sign In to add comment