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