PDA

View Full Version : good book / ebook/link for shell scripting ?


esumitkumar
22-08-2007, 04:58 PM
Hi guys

I want to learn unix shell scripting from scratch. Can somebody suggest a good book / ebook / link for shell scripting ?

slugger
22-08-2007, 07:45 PM
google code

"unix shell scripting"|"unix shell programming"

or

"unix shell scripting"|"unix shell programming" +tutorial

more refined parameter ;)

"unix shell scripting"|"unix shell programming" +tutorial +download

even more focussed result :D
"unix shell scripting"|"unix shell programming" +tutorial +download +resources|+references

Gigacore
22-08-2007, 08:39 PM
try my compilation of some ebooks. the link is in signature., the MUST READ one

Yamaraj
22-08-2007, 08:46 PM
UNIX Shell Programming, by Kochan and Wood.

New
23-08-2007, 10:30 AM
I do want some good Unix books.Please suggest good books.
@Intel
Hey in which college are you studying man?
Please open one thread on Programming so that we can ask doubt abt any program;) :o

ninad_mhatre85
26-10-2007, 03:44 PM
this is online tutorial for korn/bash shell scripting ......

http://steve-parker.org/sh/intro.shtml

following site has many links ...some them do not work anymore u can try them

http://steve-parker.org/sh/intro.shtml


if u want a book there is one book from indian author sumitabha das i dont remember name but i read it and it damn good book ...but u need to practice those examples given in book ....if u dont hv linux on ur machine d/w SFU from microsofts site and install

esumitkumar
26-10-2007, 05:02 PM
are u referring to Sumitabha das 's UNIX concepts and applications ? or is there any specialized book on shell scripting by SUMITABHA ?

gary4gar
26-10-2007, 05:12 PM
The Linux Documentation Project Guides (http://www.tldp.org/guides.html)

ninad_mhatre85
26-10-2007, 10:45 PM
are u referring to Sumitabha das 's UNIX concepts and applications ? or is there any specialized book on shell scripting by SUMITABHA ?
yes that book only latest edition has 2 chapters on shell scripting.
also it explains about sed , awk and perl ..u can not do every thing with unix built in command some times u need to use sed , awk and perl