Skip to content

Instantly share code, notes, and snippets.

@dserodio
Last active November 29, 2018 15: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 dserodio/66f98e8a36f37254ab30 to your computer and use it in GitHub Desktop.
Save dserodio/66f98e8a36f37254ab30 to your computer and use it in GitHub Desktop.
Wait for some text in a log file
{ tail -n +1 -f file.log & } | sed -n '/Initialization finished/q'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment