Most Helpful Customer Reviews
11 of 11 people found the following review helpful:
5.0 out of 5 stars
All you need to use sed or awk well., September 13, 2000
This review is from: sed, awk and Regular Expressions Pocket Reference (Pocket Reference (O'Reilly)) (Mass Market Paperback)
I bought this "book" because I am writing a program that deals extensively with strings and text (natural language parsing). I was having some difficulty mastering sed, and understanding how it works. For example, "s/[^A-Za-z]//" was not working (to remove non alpha chars). After five pages in this little gem, I knew what I needed. A trailing "g". The book is rich with examples, explanations, and really just cuts straight to the chase. This is not a book for the casual user. It is, after all, a reference, not a tutorial. Unix users (and administrators) who already have a basic grasp of regular expressions and just what sed and awk are (and grep/egrep too) will find this most rewarding. While I have a hard time paying this much for what amounts to less than toaster oven instructions, it is absolutely invaluable to me, and it doesnt take up space on my desk or bookshelf.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
7 of 7 people found the following review helpful:
5.0 out of 5 stars
a must have, March 18, 2004
This little book is great. I've only had it for about a week. I needed to match some text today with a pattern that was a little bit more involved than my usual simple needs. I flipped through a few pages and found some examples that quickly helped me derive the search pattern I needed in a few minutes. I have the full "sed & awk" second edition book, but I went to the pocket reference instead. I would not have been able to find what I needed in the larger book as quickly. Some have complained about some of the pocket references lacking indexes. This one doesn't have one, but it's so easy to use that it doesn't need one. Just flip and few pages and you'll find what you need. As far as I'm concerned time is money. This little book has paid for itself in one weeks use.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
6 of 6 people found the following review helpful:
4.0 out of 5 stars
A super fast lightweight reference, December 19, 2000
This review is from: sed, awk and Regular Expressions Pocket Reference (Pocket Reference (O'Reilly)) (Mass Market Paperback)
I use this pocket reference more then any other reference for sed and awk. This is mostly a syntax guide for folks who already know sed and awk. If you don't know sed and awk, get the Ellen Quigleys 'Unix Shells'(for beginners) followed by O'Reillies 'Sed and Awk' reference. (Big book.) I tend to forget exactly how to do something, so I will just quickly look at my bookmarked pocket reference, and flip quickly to an example of syntax to get that bash code going correctly. If your desk has as many papers and books on it as mine, this is nice for freeing up some elbow room, while keeping the big books on the bookshelf most of the time.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
|