Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Created July 22, 2014 17:29
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 chris-piekarski/031091b7e8ba216a0114 to your computer and use it in GitHub Desktop.
Save chris-piekarski/031091b7e8ba216a0114 to your computer and use it in GitHub Desktop.
Crunch syslog file in real-time
tail -f /var/log/syslog | stdbuf -oL cut -d'|' -f2 | tee times.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment