Skip to content

Instantly share code, notes, and snippets.

@psenger
Last active March 15, 2020 02:41
Show Gist options
  • Save psenger/4f2617fceeaaca37ac8f5eb7ed7e23af to your computer and use it in GitHub Desktop.
Save psenger/4f2617fceeaaca37ac8f5eb7ed7e23af to your computer and use it in GitHub Desktop.
[How to tail files constantly for a string] #Unix
#
# How to tail files constantly for a string
#
tail -f *.log | grep --line-buffered PHIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment