We all use the shell on a daily basis and know, what advantages it has. I'd like you to post the most used commands you fired up in your shell. If you use Bash, use this code:
If you use ZSH, use this code:
My Top 10 on a Subversion server is the following:
Now post your own! Inspired by reddit.com. This question is marked as , so I'm not a reputation whore. I learned you can close a shell without typing
This question is marked "community wiki".
showing 5 of 7
show 2 more comments
|
1367 mv 1046 l ## an enhanced version of 'ls -l' 616 rm 595 locate 577 mvf ## specific-use wrapper for mv 450 mvie ## ditto 436 f ## the 'file' command 394 grep 369 cd 322 dic ## look up the arguments in several dictionaries 315 t ## 'less' 312 file 264 type 263 echo 235 ln 221 wget 221 man 219 calc ## Floating point calculator using awk 196 sudo 195 find 194 pr1 ## Print arguments, one to a line 178 xv 176 xx.sh ## file containing the latest snippet I'm working on 170 sed 157 xpdf 152 md ## 'mkdir' and optionally cd into the directory 137 urpmi ## function that calls 'sudo urpmi' 134 for 133 time 124 touch 123 r ## enhanced 'ls -lt' 121 lsc ## enhanced 'ls', basis for all other ls uses above 118 shgrep ## search shell scripts for a pattern 106 shcat ## find script and examine it with less 103 printf 103 cpsh ## Copy a script from development to production In addition, there are app that are always open, and though used constantly, are only called once per session: alpine, emacs, slrn, bash, rxvt, firefox, vlc, gentoo
link
This answer is marked "community wiki".
answered 01 Mar '13, 05:03 cfajohnson |
I have to say my most used commands are ls -l, free, df -h and sudo in Ubuntu and su in openSUSE. answered 16 May '13, 15:43 Freshmeadow |
answered 28 May '13, 00:15 Ahron Townsley |
1170 ssh answered 16 Jul '13, 03:22 slimer |
I have ls as most used :) I had no doubt.
May be, but sometimes, there are gems in the top ten. sth. like an alias "gimme" for "sudo apt-get install" .)
If you want to give your fingers some rest with typing
cd
all the time you can useshopt -s autocd
.172 yaourt, 160 sudo, 114 ls, 61 cd, 50 find, 37 rdup, 31 wine, 31 rdup-simple, 26 killall :) I didn't realise, I installed (and killed) so many programs lately...
like the others I would have expected a few more 'sudo' in your list... also, I guess that 'tee' and other piped commands like 'more' or 'less' will be greatly under-represented when using $2 only
pmari: I don't have sudo rights on this server :)
um... gimme? I like that. Alot LOL!
But I had this prof years ago that would basically do the equivalent of the ol' "Sister Teresa whacking you on the back of the hand w/a ruler", if we aliased anything - kinda broke my spirit in that regard, although I will still alias nano to pico.