Results 1 to 10 of 19
Hey Im getting curious what is the top 10 most used commands you guys use in linux.
The most used by me are:
1. cd
2. ls
3. emerge
4. ...
- 09-12-2007 #1
Most used Commands?
Hey Im getting curious what is the top 10 most used commands you guys use in linux.
The most used by me are:
1. cd
2. ls
3. emerge
4. nano
5. find
6. cat
7. ifconfig|cowsay
8. rm
9. exit
10. cowsay
Well just enter the following command in you commandline and there you are:
Or:Code:history | awk '{print $2}'|sort |uniq -c |sort -n
Code:history | awk '{print $2}'|sort |uniq -c |sort -n|cowsay|more
- 09-12-2007 #2
Hi - Not trying to diss your thread but we've had this topic before. All the same, I mostly use:
- ls -al (sometimes ls -s)
- find / -name file_name -print
- htop (thanks to Vergil who suggested this to replace top)
- grep (increasingly useful for searching through logs)
- man utility_name (seems too obvious?)
- cp
- mv
- wget (I know it's a utility, but it was a lifesaver recently for helping me to upgrade my OS. It's so very useful)
- pushd & popd (useful for changing directories without... changing directories!)
- reboot -n (just recently I've needed to... Had a few DNS issues!)
I've tried using the tracerc and lsof commands recently as lsof can be useful for seeing which files are in use on your system. I mentioned DNS problems: these haunt me and keep me up at night. Maybe I should just... let go of them.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 09-12-2007 #3
Ah, well damn..
Ive been here for about 2 weeks or less now.
And I didnt saw any stickys with this topic.
Since well Id like to know if there are powerful commands that I dont know yet or hardly.
Well is the old topic still active?
Oh, lets make this the new topic and put a link in the top of the old :P
- 09-12-2007 #4
Mine are boring :/
- ls
- ssh
- cd
- rm
- bash
- mv
- more
- vi
- telnet
- tar
Linux User #453176
- 09-12-2007 #5
Here's the old thread. I also like to know what commands other people are using: it can be useful!
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 09-12-2007 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
For me it's probably:
...but certainly not in that particular order.Code:cp mv ls cd vim exit rm mkdir rmdir shutdown pacman
Edit: oops, that's eleven commands. Oh well...
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 09-12-2007 #7
I dont use CLI. :joking:
I executed first command posted by RobbinVossen.
Output is ( last 10 lines )
Code:5 cat 5 mv 9 htop 11 man 11 rm 11 sudo 40 vim 66 ls 82 cd 104 exitLast edited by devils casper; 09-13-2007 at 12:26 PM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-13-2007 #8Just Joined!
- Join Date
- Feb 2007
- Location
- Winnipeg, MB, Canada
- Posts
- 6
*cough*
pkill
Most of the time it's for amarok.
- 09-13-2007 #9
Mine looks like this.
cat
mplayer
nano
revdep-rebuild
rm
df
more
locate
emerge
ls
In that particular order, I recently had a MAJOR malfunction on Gentoo, which took me several days to get it functioning, that's why emerge and revdep are used a lot.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 09-13-2007 #10
mime:
ls
cd
find
grep
ssh
ifconfig
lsof
man
vi
dpkg


Reply With Quote

