Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created July 11, 2019 07:03
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 miguelmota/a6a52969c3738817724d91eefa56c7d1 to your computer and use it in GitHub Desktop.
Save miguelmota/a6a52969c3738817724d91eefa56c7d1 to your computer and use it in GitHub Desktop.
Bash generate streaming data example
seq 1000 | awk 'BEGIN{OFS="\t"; print "x"}{x=$1/10; print x system("sleep 0.02")}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment