Created
December 18, 2011 11:44
-
-
Save emres/1493114 to your computer and use it in GitHub Desktop.
Bash quirk - part 1
This file contains hidden or 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 echo "why?" | |
why? | |
real 0m0.000s | |
user 0m0.000s | |
sys 0m0.000s | |
$ LC_COLLATE=C time echo "why?" | |
why? | |
0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 2048maxresident)k | |
0inputs+0outputs (0major+172minor)pagefaults 0swaps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment