Unix knowledge / Shell scripting


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix knowledge / Shell scripting
# 1  
Old 11-06-2008
Unix knowledge / Shell scripting

I'm looking to buy some books to help me learn more about Unix and shell scripting?

I have been looking at books i.e. Classic Shell Scripting,Unix power tools

Just don't know which is the best outthere for me i know the basics but don't want to buy books that will be no good

I currently am trying to learn to write scripts and build systems for customers

I have one book at the moment Unix in a nutshell.

Any help would be appreciated Smilie
# 2  
Old 11-06-2008
Hammer & Screwdriver

First off, take a look at our FAQ section for a discussion of books
I'm new to Unix. Which books should I read? - The UNIX and Linux Forums

Then, scan through some books at your local bookstore. Find one that matches your style of learning. For instance, do you just need a short handbook that contains commands and syntax, do you need a book to teach you how to solve problems (teach you computer logic), or do you need a book that mixes commands with examples.
In addition, I would invest in a SED/AWK book. That will round out you unix capabilites as those two can solve many problems for you.

On my shelf:
Unix Shell Programming, 3rd edition, by Stephen Kochan and Patrick Wood (publisher SAMS)
sed & awk, 2nd edition, by Dale Dougherty and Arnold Robbins (publisher O'Reilly)
vi Editor pocket reference, by Arnold Robbins (publisher O'Reilly)
Perl pocket reference, by Johan Vromans (publisher O'Reilly)

Last edited by joeyg; 11-06-2008 at 10:56 AM.. Reason: added my book list
# 3  
Old 11-06-2008
Thanks for replying joeyg

I need books that are simple to understand and show you why it does what it does (so the computer logic is best)

The more competent I become then maybe a short handbook will be useful. The unix in a nutshell i have kind of does this.

My problem is I need to see examples of various commands that also explains what it does in english. I seem to find alot of stuff that is not very clear when it comes to explaining itself and makes me more confused.

I will purchase a sed/awk book (I'm assuming it will cover nawk?? as we use this alot)

Is this one good?
sed & awk | O'Reilly Media
# 4  
Old 11-06-2008
The best way is not reading what others say but you experimenting and making your own conclusions...Then asking here things you test that arent clear, and we will be glad to share our point of vue...
Nothing can replace experience my friend!
# 5  
Old 11-07-2008
I would recommend the:
UNIX SHELLS by example
by Ellie Quigley

It covers Korn, Bourne and C shels, Awk, Sed and Grep

I use it for about 5 years already and much appreciate it for very clear, pretty deep and still short presenting of material, easy to find through examples and pretty advance material.
It is combines benefits of a refference book with study book.

Recomend!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Shell Scripting

I'm sorry if this doesn't go here, but I'm in depserate need of help with my last unix homework. Anyways, I'm taking summer classes, and one of them is UNIX. I've understood everything thus far, but I'm having a killer time with how my instructor has worded the problems for shell scripting. I... (3 Replies)
Discussion started by: dw15
3 Replies

2. UNIX for Dummies Questions & Answers

Unix Shell Scripting( Calling from Unix to PLSQL)

Hello Experts, I have the following questions to be discussed here at this esteemed discussion forum. I have two Excel sheets which contain Unix Commands llike creating directory the structure/ftp/Copy/Zip etc to basically create an environment. I need help in understanding some of... (1 Reply)
Discussion started by: faizsaadq
1 Replies

3. UNIX for Dummies Questions & Answers

Practice using Unix and lack of knowledge

So I have a Networking class at my university that involves learning the basic commands of unix (i.e. Chmod, cat, cp, ls, mv, rm, mkdir, rmdir, pwd, etc) and my professor had us download and install Solaris and PuTTY as a means of...I suppose practicing using/executing commands. However due to... (7 Replies)
Discussion started by: bo74
7 Replies

4. Shell Programming and Scripting

Unix shell scripting

Hi All, I have one file called date1.txt and it contains dates like 130112 140112 150112 160112 170112 180112 190112 201012 so i need a script to read this file line by line and find out the day of each date and assign this value in one variable. And validate Weekday="Mon" then... (4 Replies)
Discussion started by: vichuelaa
4 Replies

5. Shell Programming and Scripting

Unix Shell Scripting

I 'm new to unix shell scripting can some one guide me to any e-book or link from where i can learn unix shell scripting .. i want to learn create interactive scripts for my day to day solaris work. Any help would be appreciated (1 Reply)
Discussion started by: fugitive
1 Replies

6. UNIX for Dummies Questions & Answers

Unix book which gives in depth canceptual knowledge

Hi, I am a java professional working with a MNC as a Senior Software Engineer.I have done my masters in computer scinece. I always had liking for UNIX . I had UNIX as one of the subject for my masters but could not pursue it as needed a job at that time . But now I would like to parsue my... (1 Reply)
Discussion started by: amigia
1 Replies

7. Shell Programming and Scripting

Unix Shell Scripting

Hi All, Greetings!! I am trying to write a script that will get me the syslog.log file output of last week... That is ...my cron will run on Monday and will get me the syslog output of previous week , last monday-last sunday. I tried using date formatting and tail..but did not succeed.... (4 Replies)
Discussion started by: premamadhuri
4 Replies

8. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

9. UNIX for Dummies Questions & Answers

How to get the knowledge in UNIX? Suggest me . Please.

Hai, friends. In one exam which i have to attend in the month of january, they asked "knowledge of c and unix are required" . I am beginner to unix, even i dont know from where to start . Please suggest me what to do , to get through the exam and interview. I have already downloaded... (2 Replies)
Discussion started by: nani_ynm
2 Replies

10. UNIX for Dummies Questions & Answers

unix knowledge

I am a new Unix user looking for ways, other than time, to become an effective unix administrator. All sugestions welcome. Thanks (10 Replies)
Discussion started by: dtooth71
10 Replies
Login or Register to Ask a Question