Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

UNIX(R) Shells by Example (4th Edition) Review by F. Riaz

A great intro to UNIX power tools

Had to learn awk for a work assignment, so the natural choice was the O'Riely book. After struggling with it I had realized that as a novice UNIX power tools programmer, I needed a basic-to-intermediate level text with lots of examples. That's where Quigley's came to the rescue.

Some positives about the text are as follows

1, every concept and programming construct is followed by an example
2, the sample data file (to try the different programming techniques against) are repeated multiple times. This saves time and effort and avoids the hassle of flipping back and forth in the book
3, the material has been covered in just the right depth & breadth

The plan going forward is to use "Unix by example" as the stepping stone to advanced awk, sed, and Korn shell programming texts.
The second phase of the plan is to buy, read, and try every example from Quigley's Perl text before investing in Oreily's counterpart text.

All in all, a great introduction to the Unix power tools