Need a good scripting book


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Need a good scripting book
# 1  
Old 02-27-2004
Need a good scripting book

Just a quick request guys

As you might have guessed I've just started getting involved in Unix

The guys and the boss in the unix team (not with them yet) have given me some projects to do at my request.

Some of which involve scripting. The work is paying for me to go on a scripting course ao things are looking up.

But this is where the problem lies, I use man at every opportunity (and the forums) but I need a reccomendation for a good scripting book for a newbie.

The reason!! I done a man on trap and I still dont know what it does and i must have read it about 20 times.

Cheers in advance the w33man
# 2  
Old 02-27-2004
the best way to learn about various commands is once you read the man pages, if you are still struggleing look up the command online or in google groups and you will usually see a example of how other people use it. thus explanine how and what it does due to context.

as far as scripting books, i havent seen a book on unix scripting, but there are plenty of books on unix shells. IE "Learing the Korn Shell" when reading this book they explane alot of the scripting you can do w/ korn. well at least the logic portions. learning differnt commands is a job most people leave to the man pages.


but if you seriously want to get into unix scripting/programming skip the shell programming and go stright to perl. it can do ALOT and it can do very little. it is an extreamly easy language to learn (IMHO) and the books by oreilly are well... oreilly has made there books absoultly easy to read and even easier to follow (most of the ones i have read anyways).

Start with:
Learning Perl
Mastering Regular Expressions
Learning Perl Objects, references & modules
Programming Perl (use as a referance)
Perl Cookbook (use as a referance)

the first 3 books will get you codeing perl scipts/programs so fast its reduclious and you will feel alot more confident.

the userbase for perl is HUGE. for a user group in your area check out www.pm.org.

Last edited by Optimus_P; 02-27-2004 at 10:48 AM..
# 3  
Old 02-27-2004
Thanx Optimus will look into it !
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Looking for good book on awk

I am not sure if I am posting to the right forum but I would like to buy a book which goes into Awk in detail and covers the most advanced Awk programming techniques. Would anybody be able to recommend a good book? I see plenty of books available on Amazon but I am not sure how detailed they are.... (2 Replies)
Discussion started by: kieranfoley
2 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. Shell Programming and Scripting

any good book for shell programming and scripting??

as title suggest i am looking for good book to start learning shell programming.please help me with this. (5 Replies)
Discussion started by: pvk21
5 Replies

4. UNIX for Dummies Questions & Answers

Good book on Unix

Please suggest me few good books on Unix. I have currently purchased Unix Power Tools. (2 Replies)
Discussion started by: prashdeep
2 Replies

5. UNIX for Dummies Questions & Answers

good book to learn korn shell scripting

which is a gud book to learn advanced korn shell scripting? i know the basic shell scripting (1 Reply)
Discussion started by: shishirkotkar
1 Replies

6. UNIX for Dummies Questions & Answers

Book for Learning unix shell scripting reall good

Hi guys I want o learn and understand shell scripting real good, Ive got already some background Due to the fact that there is ton of books with these theme, can you recommend me some good book with with examples explanations, pls no theoretical books :D Thxs (3 Replies)
Discussion started by: kl1ngac1k
3 Replies

7. UNIX for Dummies Questions & Answers

any good book for Shell Scripting ?

Hi , I am aware of basics of UNIX like general commands for files & directories. However now I have to move on to shell programming . Please suggest any good book for beginners for shell programming basics & advanced which might have some practice questions also. Thanks, Ankur (4 Replies)
Discussion started by: ankurvohra
4 Replies

8. AIX

Need a Good AIX Book

I'm an AIX newby:eek: and need to learn fast (I go on a course in a few week's time but I need to know some stuff now:mad:). Can anybody recommend a good AIX book please? Not too basic though - I've been in software for many years (8bit/16bit/32bit, etc, Intel/Microsoft/FORTRAN/68000/anything... (9 Replies)
Discussion started by: Pennant Man
9 Replies

9. UNIX for Dummies Questions & Answers

Good Book For Unix And Shell Scripting

Hello people.I'm new to the forum and would like to seek your opinion in purchaing a copy of a good Unix and Shell scripting book. I have good knowledge of basic unix concepts and now i would like to delve into more details. Your suugestion much appreciated. Thx (1 Reply)
Discussion started by: aeontoam82
1 Replies

10. Programming

Good book

I just want to know if someone can tell me if this book "C Programming Language (2nd Edition) by Brian W. Kernighan, Dennis M. Ritchie" is a good book to learn C on unix/linux ??? i'm an old (33 :)) mainframe programmer who wants to learn something else besides cobol and pl/1 ...... (2 Replies)
Discussion started by: pat
2 Replies
Login or Register to Ask a Question