Results 1 to 8 of 8
Does anyone know a good book about bash shell?any suggestions appreciated.......
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-24-2004 #1Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
Books for bash shell scripts
Does anyone know a good book about bash shell?any suggestions appreciated....
Linux For Ever!
- 06-24-2004 #2Linux Newbie
- Join Date
- May 2004
- Location
- Boston, MA
- Posts
- 246
I had a good experience with How Linux Works: What Every SuperUser Should Know by Brian Ward. It's good for people who are pretty familiar with another operating system and maybe know a little bash (not much though, there is a chapter on basic bash commands). It explains a wide variety of Linux topics, including shell scripting, network configuration including IPTables, C compiling, and installing peripherals, and it takes an approach that is easily generalized to all distributions of Linux, as well as UNIX. And since they're all explained in the Bourne shell, this will teach you lots of useful bash commands that you can use in scripts.
- 06-25-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
- 07-03-2004 #4Just Joined!
- Join Date
- Jul 2004
- Posts
- 1
the best book i have found for any shell programming covers the following topics
Bash shell
TCSH shell
Z shell
Compilers,
Development tools
Perl -Quick reference (very incomplete!)
and a few other things to boot.
the Title of the book is Linux Programmers Reference (2nd Edition) Richard Peterson, pub Osborne ISBN 0-07-2123559 it is 440 pages and $20.00 should get it for you.
The only other resource I use to write shell scripts is the man pages for bash.
- 07-13-2004 #5Linux User
- Join Date
- Jan 2003
- Location
- Cardiff, Wales
- Posts
- 478
book
I've got
Beginning Linux Programming 3rd Edition
ISBN 0-7645-4497-7
http://p2p.wrox.com
thats pretty good covers
bash, curses, mysql dbase programming, little bit of C and C++
finishes with device driver writing
the bash stuff is excellent and covers nice bits like regular expressions.
the more advanced stuff moves pretty fast if you've no prog experience.No trees were harmed during the creation of this message. Its made from a blend of elephant tusk and dolphin meat.
- 07-14-2004 #6Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
O'Reilly's Learning the Bash Shell worked great for me:
http://www.oreilly.com/catalog/bash2/?CMP=IL7015
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 07-15-2004 #7Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
thanks guys!i'll start to find the most suitable for me!
Linux For Ever!
- 03-21-2007 #8Just Joined!
- Join Date
- Mar 2007
- Posts
- 2
Suspend thread in linux
Hi all
In linux I need to suspend a thread. Can any body give sample c code to suspend a thread in linux.
Thanks


Reply With Quote
