only human:/ RSS

I don't do delicio.us, so I use tumblr as a bookmark tool. And some other stuff also by Me.

Me? Diego Cibils. Google Me.

View Diego Cibils's profile on LinkedIn

Chefy-badge-150

Archive

Oct
9th
Thu
permalink

find large files in your linux

find / -type f -size +20000k -exec ls -lh {} \; | awk ‘{ print $8 “: ” $5 }’