Skip to content

Instantly share code, notes, and snippets.

@cameronbarker
Created January 2, 2019 01:58
Show Gist options
  • Save cameronbarker/6252c3bf6f274b26ac70dd56d4c07f0e to your computer and use it in GitHub Desktop.
Save cameronbarker/6252c3bf6f274b26ac70dd56d4c07f0e to your computer and use it in GitHub Desktop.
Find all files over 1gb aka 1_000m
sudo find / -xdev -type f -size +1000M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment