Skip to content

Instantly share code, notes, and snippets.

@fabienhinault
Created April 30, 2014 15:29
Show Gist options
  • Save fabienhinault/d276df7f825609d9ecfb to your computer and use it in GitHub Desktop.
Save fabienhinault/d276df7f825609d9ecfb to your computer and use it in GitHub Desktop.
find ./ -type f -print0 | xargs -0 ls -s | sort -nr |awk --assign t=$(du | tail -1 | cut -f1) 's < t * 0.9 {s += ; print substr($0, index($0, $2)) }' | xargs --delimiter '\n' --replace rm -f "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment