Created
September 26, 2014 10:26
-
-
Save joaovitor/fb2b3cdbf26a1ce5bd3e to your computer and use it in GitHub Desktop.
Resposta ao link do dicasl do dia 26/09/2014 - http://www.dicas-l.com.br/dicas-l/20140926.php
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
$ cat ~/.bash_history | cut -f 1 -d\ | sort | uniq -c | sort -r | head | |
3385 git | |
3138 gs | |
2276 cd | |
2093 ll | |
563 gsr | |
497 gd | |
337 for | |
274 exec-git-command.sh | |
265 mvn | |
251 svn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment