Skip to content

Instantly share code, notes, and snippets.

@0x8801
Last active June 20, 2019 08:15
Show Gist options
  • Save 0x8801/8c3945b302a20c6e2e23a53a4c51987b to your computer and use it in GitHub Desktop.
Save 0x8801/8c3945b302a20c6e2e23a53a4c51987b to your computer and use it in GitHub Desktop.
// Highlight a phrase from an output in terminal
tail -f logfile.log | perl -pe 's/phrase/\e[1;41m$&\e[0m/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment