Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Good Book for Beginner
Name: cbochner Date: March 9, 2004 at 12:03:19 Pacific OS: Windows 2000 Pro. CPU/Ram: Pentium 3 450mhz
Comment:
Hi,
I'm using the interoperability microsoft provides as a tool to use unix commands on a Windows 2000 environment.
Although I have the means to write scripts, I have no good books for REAL Beginners like myself. I would appreciate if anyone could help me find a well wwritten book along with good examples and assignments.
Name: nails Date: March 9, 2004 at 13:07:58 Pacific
Reply:
Hi:
This is the best book for learning shell programming:
Unix Shell Programming, 3rd edition by Stephen Kochan, Patrick Wood SAMS Publishing, 2003 ISBN: 0672324903
Make sure you get the 3rd edition. Of course, it's just my opinion.
Regards,
Nails
0
Response Number 2
Name: smiledk Date: March 9, 2004 at 15:25:05 Pacific
Reply:
hey there. i am a beginner just like you. I found this book
Your Unix: The Ultimate Guide by Sumitabha Das. The book covers a lot like from What is Unix and it's history to the text editors Emacs and Vim to Perl. I love it and am glued to it. I don't know if this helps you but check it out @ amazon.com. It's worth a peek.
Summary: Hi there! Can someone tell me very good book for Scripting under UNIX? It would be good if its written in German, but English shouldnt be a Problem. Thx & Kind regards Kai ...
Summary: Hi again, Do either of you (Mr. Jim Boothe or Mr.WilliamRobertson) or anyone know of a few really good books for sh or ksh shell scripting? Books that will give me a good understanding of how all th...
Summary: Hi! try this: ## start FILE_NAME=test.txt #code to change separator(see note) for value in `cat $FILE_NAME` do echo $value done ## end For the separator, I can't remember the reserved shell varia...