Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-20-2004, 01:22 AM
|
#1
|
|
Member
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700
Rep:
|
Good book to learn bash?
Hi, I'm looking for a book which we help me learn the bash commands, both the general use ones and also the more advanced. I bought "Learning the bash shell, 2nd edition", but it was mainly focused on programming. I just want to learn bash commands, and preferably from a book. Please let me know if you know of any books.
Thanks in advance,
J_K9
|
|
|
|
11-20-2004, 01:29 AM
|
#2
|
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
|
|
|
|
11-20-2004, 06:54 AM
|
#3
|
|
Member
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700
Original Poster
Rep:
|
Yeah thanks, but I'm just looking for people who have actually read books and can give me their opinion on a good bash one.
J_K9
|
|
|
|
11-20-2004, 07:12 AM
|
#4
|
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
Advanced Bash-Scripting Guide
the first 65 p. are the basics
good book with a lot of examples
you may download it as pdf from here
|
|
|
|
11-20-2004, 07:31 AM
|
#5
|
|
Member
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700
Original Poster
Rep:
|
Thanks, but if you'd have read my question properly it asks for a book on commands, and states that I already have a book n bash programming which I'd like to put away!
J_K9
|
|
|
|
11-20-2004, 09:29 AM
|
#6
|
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Quote:
Originally posted by J_K9
Thanks, but if you'd have read my question properly it asks for a book on commands, and states that I already have a book n bash programming which I'd like to put away!
J_K9
|
If you look on Amazon , Swotbooks swotbooks, Compman etc then there are reviews of books usually. Theres a load of pdf etc docs available on the web - just try Google...
|
|
|
|
11-20-2004, 09:51 AM
|
#7
|
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
Ok, sorry...
but what do u mean by "commands"?
cp,rm,mv,more,less,dd,wc and those stuff?
if yes those are just UNIX/LINUX commands and what you need is a book
about UNIX/LINUX and not something about bash.
anyway most of that stuff you learn it through experience, using man
google something like "basic unix commands"
Last edited by perfect_circle; 11-20-2004 at 09:54 AM.
|
|
|
|
11-21-2004, 02:37 PM
|
#8
|
|
Member
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700
Original Poster
Rep:
|
Yep, thanks guys that's what I meant!
Cheers,
J_K9
|
|
|
|
11-21-2004, 04:21 PM
|
#9
|
|
Member
Registered: Mar 2004
Location: Pocatello, Idaho, USA
Distribution: Ubuntu
Posts: 256
Rep:
|
I use the Linux Pocket Guide by O'reilly. It focuses a lot on Fedora Core so it should be perfect for you, but the majority of it is various commands that apply to any linux distro. I keep it with me whenever I'm using Linux and it's an invaluable resource. The best part is that it's only $10US versus any other book that will be $30+.
|
|
|
|
11-21-2004, 10:37 PM
|
#10
|
|
Member
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276
Rep:
|
The Linux in a Nutshell book published by O' Reilly has a great chapter on commands--it goes through most everything (it is over 300 pages worth of information). Here is a teaser:
http://www.oreillynet.com/linux/cmd/
|
|
|
|
11-21-2004, 10:45 PM
|
#11
|
|
Senior Member
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038
Rep:
|
to learn linux commands, i know the perfect place!
type this in the command line:
and here for various commands
http://wiki.linuxquestions.org/wiki/All_Commands
|
|
|
|
11-21-2004, 10:48 PM
|
#12
|
|
Member
Registered: Sep 2004
Location: Texas, USA
Distribution: Slack 9.1 with slackware-current packages...
Posts: 164
Rep:
|
There's a good one I've seen called 'cool bash scripts'
|
|
|
|
11-22-2004, 02:17 AM
|
#13
|
|
Member
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700
Original Poster
Rep:
|
Thanks to everyone, I have enough information now to last me a lifetime!
MylesCLin:
Quote:
|
...already have a book n bash programming which I'd like to put away!
|
ahem.....
Cheers,
J_K9
|
|
|
|
11-25-2004, 10:52 PM
|
#14
|
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
j_K9,
i found a really really great site for you
http://www.linuxcommand.org/
|
|
|
|
11-26-2004, 01:38 AM
|
#15
|
|
Member
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700
Original Poster
Rep:
|
Thanks perfect_circle 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:06 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|