Skip to content

Instantly share code, notes, and snippets.

@niedzielski
Created April 29, 2018 17:37
Show Gist options
  • Save niedzielski/dd5ffa19c1a536d61fdd8025d0a3c8cd to your computer and use it in GitHub Desktop.
Save niedzielski/dd5ffa19c1a536d61fdd8025d0a3c8cd to your computer and use it in GitHub Desktop.
Grep without buffering—that is, print results immediately.
tail -f foo.bar|
grep -E --line-buffered baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment