Books to learn UNIX Scripting from Scratch


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Books to learn UNIX Scripting from Scratch
# 1  
Old 04-15-2013
Books to learn UNIX Scripting from Scratch

Hi All,
I am quite new to UNIX Scripting and want to learn it from scratch, a book which gives lot of examples, how to troubleshoot, how to run etc.. would be great.

Need help from all the experts out there to suggest one book to start with.

Regards,
Vikas
# 2  
Old 04-15-2013
I would suggest "Unix Shell Programming" by Kochan and Wood. Stephen Kochan is such a great author. I have read several of his books. I have a lot of O'Reilly books, but prefer Kochan and Wood in this case, especially for learning.

You should also figure which shell you want to learn. I use the closely related sh and bash, and like those. You may have noticed there is a dislike of csh on this forum. I share that dislike. I've never seen the point of learning ksh, but perhaps there are others who can better advise you on that.

Good luck with your learning. This is a very powerful and interesting thing to learn.
# 3  
Old 04-15-2013
Quote:
Originally Posted by hanson44
I would suggest "Unix Shell Programming" by Kochan and Wood. Stephen Kochan is such a great author. I have read several of his books. I have a lot of O'Reilly books, but prefer Kochan and Wood in this case, especially for learning.

You should also figure which shell you want to learn. I use the closely related sh and bash, and like those. You may have noticed there is a dislike of csh on this forum. I share that dislike. I've never seen the point of learning ksh, but perhaps there are others who can better advise you on that.

Good luck with your learning. This is a very powerful and interesting thing to learn.
Hi Hanson, thanks a lot for your quick reply.What would be best way to go ahead with learning on my laptop, I Google sometime back and found "cygwin" is one of the option.

Also does the above books available in ".pdf" format?
# 4  
Old 04-15-2013
Quote:
"cygwin" is one of the option
I use and like ubuntu. Others perhaps like cygwin, to run on a windows PC. I prefer using a separate Unix computer, such as ubuntu. There are also dual-boot setups, but I have never gotten into that.

I would not know what to recommend for a downloadable pdf. I prefer a professional book, written by a professional author. But it's also possible there are some good learning resources produced by the bash project. I don't know. I use the bash manual. But I would not recommend it for learning bash.
# 5  
Old 04-15-2013
Quote:
Originally Posted by hanson44
I've never seen the point of learning ksh, but perhaps there are others who can better advise you on that.
Of all the common Unix shells, the Korn Shell is most of the active development takes place.

Advantages of the Korn Shell over Bash include:

- support for floating point arithmetic
- support for date arithmetic
- support for multidimensional arrays
- compound variables and objects

and lots more.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to learn UNIX shell scripting?

Hi Guys, I know basic command of unix and basic programming of unix as like using for loop, while loop, if..else, case statement etc. then how to learn unix shell scripting as well as use also. (1 Reply)
Discussion started by: aaditya321
1 Replies

2. Shell Programming and Scripting

Need a good book to learn UNIX Shell Scripting

I'm going to be starting a job in a month or so that I need to brush up on my Unix shell scripting skills. About 15 years ago, I took a college class for Unix shell scripting. I would like to find a good college book again, rather than just going to Amazon and just buying anything. This is... (2 Replies)
Discussion started by: dorlow
2 Replies

3. Ubuntu

best books to begin shell scripting in ubuntu

pleas suggest free e books to begin Bash scripting in ubuntu..... (2 Replies)
Discussion started by: vyom
2 Replies

4. Shell Programming and Scripting

Best books for shell scripting

hello all, Could you point me to the best book to start shell scripting. thanks (3 Replies)
Discussion started by: acdc
3 Replies

5. Shell Programming and Scripting

Suggested Books for Learning Shell scripting

Hi, I had completed RHCE and i am interested to learn shell scripting. Request you to please let me know which book is best for learning shell scripting or any online website. Thanks & Regards arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

6. Shell Programming and Scripting

Help for good books in Shell Scripting

Hi, I am knew to Shell Scripting. Can someone please tell me some good books for Shell Scripting which explains in a very simple language and covers all the topics nicely. Thanks, Shubh. (3 Replies)
Discussion started by: shubhranshu
3 Replies

7. UNIX for Advanced & Expert Users

unix from scratch

hi all, i'm trying to write a unix system from scratch (not re-writing the kernel) does anyone have information about that? tips and stuff...?i would appreciate every help, thnks :) (9 Replies)
Discussion started by: elzalem
9 Replies

8. Shell Programming and Scripting

Good books on Shell Scripting

All, I am new to shell scripting. Can you guys suggest me some good books/online tutorials for shell scripting(KSH/BASH)? Thanks in advance. Janardhan. (1 Reply)
Discussion started by: raok1997
1 Replies

9. Shell Programming and Scripting

Books on Shell Scripting

Does anyone know of some good books on shell scripting. Any and all help is greatly apprieciated. (3 Replies)
Discussion started by: Naaou
3 Replies

10. UNIX for Dummies Questions & Answers

Books for Unix Scripting

Hi, I'm in a second year unix course at school, and we are really starting to get into the scripting aspect of it. I already own the "Unix in a Nutshell - O'Reilly", and the "Unix - Peachpit Press" books but these book really don't go into too much detail about scripting. So I was wondering if... (3 Replies)
Discussion started by: Astudent
3 Replies
Login or Register to Ask a Question