Skip to content

Instantly share code, notes, and snippets.

@vegitron
Created August 23, 2016 19:01
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 vegitron/24b4c6e74211e1f0962f4a65b111b34f to your computer and use it in GitHub Desktop.
Save vegitron/24b4c6e74211e1f0962f4a65b111b34f to your computer and use it in GitHub Desktop.
bash-3.2$ time echo "hello" | sleep 2
real 0m2.003s
user 0m0.001s
sys 0m0.002s
bash-3.2$ echo "ok" | time echo "hello" | sleep 2
0.00 real 0.00 user 0.00 sys
bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment