Created
April 15, 2011 14:32
-
-
Save noqqe/921795 to your computer and use it in GitHub Desktop.
Writing 6000 Key:Values Pairs to github.com/noqqe/statistical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time for x in $(seq 1 6000); do echo "$x:$RANDOM" ; done | statistical | |
1 |#################### (21371) | |
2 |### (4322) | |
[...] | |
5995 |#################### (21371) | |
5996 |##################### (22318) | |
5997 |### (4428) | |
5998 |##### (6213) | |
5999 |########################### (28519) | |
6000 |###################### (23328) | |
real 6m15.385s | |
user 0m29.402s | |
sys 0m10.213s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment