Created
August 8, 2024 20:26
-
-
Save Razuuu/ff7585c84e904c3af2c2f95952189dc4 to your computer and use it in GitHub Desktop.
check-biggest-file-on-server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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