Skip to content

Instantly share code, notes, and snippets.

@henyihanwobushi
Created May 29, 2018 09:34
Show Gist options
  • Save henyihanwobushi/3fe528b8d8c86979b6449395cad38dec to your computer and use it in GitHub Desktop.
Save henyihanwobushi/3fe528b8d8c86979b6449395cad38dec to your computer and use it in GitHub Desktop.
delete old logs
find /var/log/** -maxdepth 0 -mtime +15 -exec sudo rm -rf {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment