Skip to content

Instantly share code, notes, and snippets.

@Razuuu
Created August 8, 2024 20:26
Show Gist options
  • Save Razuuu/ff7585c84e904c3af2c2f95952189dc4 to your computer and use it in GitHub Desktop.
Save Razuuu/ff7585c84e904c3af2c2f95952189dc4 to your computer and use it in GitHub Desktop.
check-biggest-file-on-server
find / -type f -size +500M -exec du -sh {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment