Skip to content

Instantly share code, notes, and snippets.

@sabahtalateh
Last active February 21, 2018 16:30
Show Gist options
  • Save sabahtalateh/9f4569d60f947ade694c4fa2fc181d3f to your computer and use it in GitHub Desktop.
Save sabahtalateh/9f4569d60f947ade694c4fa2fc181d3f to your computer and use it in GitHub Desktop.
find files gt 20M
sudo find / -size +20000k -exec ls -lh {} \;
find /boot -maxdepth 1 -size +10M -exec du -h {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment