Skip to content

Instantly share code, notes, and snippets.

@TheFrankman
Created October 19, 2017 15:36
Show Gist options
  • Save TheFrankman/aaafd61a34c37b095f7e07568f623c6e to your computer and use it in GitHub Desktop.
Save TheFrankman/aaafd61a34c37b095f7e07568f623c6e to your computer and use it in GitHub Desktop.
Find files on server that are larger than a gb
sudo find / -type f -size +1000000k;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment