Skip to content

Instantly share code, notes, and snippets.

@emres
Created December 18, 2011 11:44
Show Gist options
  • Save emres/1493114 to your computer and use it in GitHub Desktop.
Save emres/1493114 to your computer and use it in GitHub Desktop.
Bash quirk - part 1
$ 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