Last active
April 27, 2020 13:31
-
-
Save kyleparisi/36ea1ba5f97c19336e130fa50c5f14d0 to your computer and use it in GitHub Desktop.
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
du -hs * | sort -rh | head -5 | |
# fix older than 30 days | |
find -name "*.log" /var/lib/rundeck -type f -mtime +30 -exec rm -f {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment