What was your favourite command?
Written by marcelpetrick on June 2, 2015
It’s been a while since the last post, but I was not lazy. As you may have noticed the “nanalogue photo development-page” grew with more examples.
Here is another short classic for your shell-history*: what are your most used terminal-commands?
* If not bash, then adapt your history-path. If you did not activate the history … then it would not work 😉
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
$ cat ~/.bash_history | cut -d " " -f1 | sort -nr | uniq -c | sort -nr 1615 git 1338 cd 1029 tail 922 rm 729 ls 672 history 588 pwd 300 ./lupdate_all.command 172 cat 155 make 153 g++ 148 man 145 luupdate 132 exiftool 111 107 sudo 105 ./configure 104 grep 93 lsof .. |