Skip to content

Instantly share code, notes, and snippets.

@davidcsejtei
Last active December 20, 2017 10:12
Show Gist options
  • Save davidcsejtei/990e36526bdb6fc093c7c8deb7fe147f to your computer and use it in GitHub Desktop.
Save davidcsejtei/990e36526bdb6fc093c7c8deb7fe147f to your computer and use it in GitHub Desktop.
Find and list (size given in MB not in KB) files larger than 10 MB in /home directory in Ubuntu
find /home -size +10M | xargs du -sch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment