LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   complete command manual (https://www.linuxquestions.org/questions/linux-newbie-8/complete-command-manual-4175422275/)

unixor 08-15-2012 04:44 PM

complete command manual
 
hello!

first, I cant understand the differences between bash, sh, shell, etc

second, can you point me please to the complete linux/unix command manual?

because google returns just basic/limited tutorials

thanks!

swright007 08-15-2012 04:53 PM

http://www.google.com/url?sa=t&rct=j...Vi1Hw7N2QLzMDw

This is a PDF document that may be of some assistance.

Scott

knudfl 08-15-2012 05:01 PM

Rute http://rute.2038bug.com/index.html.gz

→ → Commands http://rute.2038bug.com/node7.html.gz



.

pixellany 08-15-2012 05:08 PM

Quote:

Originally Posted by unixor (Post 4754991)
hello!

first, I cant understand the differences between bash, sh, shell, etc

"shell" is generic. Google will tell you all about different shells---eg BASH, KSH, C shell, and more. On Linux, BASH is most common
Quote:



second, can you point me please to the complete linux/unix command manual?
I doubt if that exists. First, Unix and Linux are very similar, but are NOT the same. I suggest focussing on one at a time.[/QUOTE]

If you are using BASH on Linux, then you want this:
http://tldp.org/LDP/abs/abs-guide.pdf

cortman 08-15-2012 05:17 PM

There is a wiki page of resources here.

chrism01 08-15-2012 06:22 PM

Large set of manuals www.linuxtopia.org
This is handy for researching cmds http://linux.die.net/man/
Note that you should be able to type
Code:

man this-cmd
to read the inbuilt manual pages for 'this-cmd'

unixor 08-16-2012 02:55 AM

thanks for the info

is the inbuilt manual that comes up with "man this-command" somewhere online?

jschiwal 08-16-2012 03:01 AM

Almost 100 of the most common commands are supplied by the coreutils package. Here is the manual for all these commands.
http://www.gnu.org/software/coreutil.../coreutils.pdf

chrism01 08-16-2012 06:51 AM

That's what I linked to; did you look?
You can use the man cmd at the cmd line of your system, but the web version is easier to read imho and has the advantage of hyperlinks to related cmds.

unixor 08-16-2012 08:10 AM

Υes, Thanks!


All times are GMT -5. The time now is 12:25 PM.