Skip to content

Instantly share code, notes, and snippets.

@tysonchamp
Last active March 12, 2019 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tysonchamp/30ca1a2c2cc9f9fb95561c851d0bf89b to your computer and use it in GitHub Desktop.
Save tysonchamp/30ca1a2c2cc9f9fb95561c851d0bf89b to your computer and use it in GitHub Desktop.
Linux Commands
# PHP CI Session Clean up Command
find /home/*/tmp -type f -name 'ci_session*' -delete
find /var/log/ -type f -regex '.*\.[0-9]+\.gz$' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment