LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bash Commands List by Function? (https://www.linuxquestions.org/questions/linux-newbie-8/bash-commands-list-by-function-235265/)

TBennettcc 09-26-2004 12:13 AM

Bash Commands List by Function?
 
I've been using Linux for a couple weeks now, and I'd like to learn how to use Terminal. I can find the list of complete commands all over the internet; however, what good is the list if I have no idea what the command does? I also have this problem when trying to learn other systems' command line interfaces.

I guess what I'm getting at is: Is there anywhere that the commands are sorted in like, a "Use this command if you're trying to do this, etc.", rather than just an alphabetical list of random letters that only the more experienced can make sense out of? (Unless you're willing to sit there and read and memorize all the commands one by one... sorry, but some ppl do have lives, LOL!)

Thanks for your help.

btmiller 09-26-2004 12:18 AM

If you haven't already found it, you should check out the Rute tutorial at http://www.icon.co.za/~psheer/book/ -- it's command line oriented and explains how to actually do things with the command line. I still refer to it even as a very experienced user.

meblost 09-26-2004 12:37 AM

I have found the man -k search_string command to be very useful. It searches man pages for the search string that you provide. For more info try man man. The whatis command is also very helpful.

You may want to check out Linux in a Nutshell (ISBN: 0596004826) by Ellen Siever and Aaron Weber, published by O'Reilly. Its a reference of tons and tons of commands and how to use them. Check it out at amazon.com.

Have fun!

320mb 09-26-2004 01:08 AM

http://www.ss64.com/bash/

scuzzman 09-26-2004 07:37 AM

use this command:
Code:

$ apropos KEYWORD
where keyword is what you want to do
btw: this is the same as:
Code:

$ man -k KEYWORD
i believe. correction?

meblost 09-26-2004 10:53 PM

Yes, $apropos KEYWORD is the same as $man -k KEYWORD

fancypiper 01-06-2006 02:08 AM

O'Reilly's Linux in a Nutshell may be of help. Also, see the link in my sig.


All times are GMT -5. The time now is 03:45 PM.