Skip to content

Instantly share code, notes, and snippets.

@suneg
Created July 17, 2013 15:10
Show Gist options
  • Save suneg/6021465 to your computer and use it in GitHub Desktop.
Save suneg/6021465 to your computer and use it in GitHub Desktop.
Streaming file with tail over UDP using Netcat
tail -f file | grep --line-buffered my_pattern | nc -u host port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment