Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created June 22, 2014 20:46
Show Gist options
  • Save grkvlt/9f46a6de088d74503f4b to your computer and use it in GitHub Desktop.
Save grkvlt/9f46a6de088d74503f4b to your computer and use it in GitHub Desktop.
Progress Dots
$ script.sh | (tee output.log | xargs -I X -L 10  echo -n . && echo)
..........
$ wc -l output.log
1005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment