Skip to content

Instantly share code, notes, and snippets.

@trungtin
Created April 4, 2018 07:49
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 trungtin/f65cc758cc748928bcb0e9d748a55d3d to your computer and use it in GitHub Desktop.
Save trungtin/f65cc758cc748928bcb0e9d748a55d3d to your computer and use it in GitHub Desktop.
Shell script
tail -f <filename> | while read line; do echo "$line" | python -m json.tool | pygmentize -l json; done; // Read log file with json and colorized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment