Skip to content

Instantly share code, notes, and snippets.

@AjaxOdessa
Last active September 13, 2018 14:52
Show Gist options
  • Save AjaxOdessa/f9c25936b6f803358e5966cc918bc86d to your computer and use it in GitHub Desktop.
Save AjaxOdessa/f9c25936b6f803358e5966cc918bc86d to your computer and use it in GitHub Desktop.
Quickly combine Hipchat server logs
cd /home/admin/logs/
gzip -d *.gz
for i in $(ls ./*.log); do cat `ls -tr $i*` > ../$i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment