Created
May 24, 2018 09:58
-
-
Save zero-master/e58fdab1a975c20ebc4d1bd1fb2c53a5 to your computer and use it in GitHub Desktop.
Find largest directories consuming space
This file contains hidden or 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
#!/bin/bash | |
du -k /var/logs | sort -n | tail -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment