grep Pocket Reference (Pocket Reference (O'Reilly))

grep Pocket Reference (Pocket Reference (O'Reilly))
Authors
John Bambenek, Agnieszka Klus
ISBN
0596153600
Published
29 Jan 2009
Purchase online
amazon.com

grep Pocket Reference is the first guide devoted to grep, the powerful Unix content-location utility. This handy book is ideal for system administrators, security professionals, developers, and others who want to learn more about grep and take new approaches with it -- for everything from mail filtering and system log management to malware analysis.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

calvinnme said
This little book is everything a pocket reference should be. grep and egrep are not hard to use, but there are quite a few valid combinations of options, and this book pretty much covers them all. If you want to find expressions in one or more files, this is the tool to use. It's easy to forget everything available, so this book puts everything in one place for you. There's even a section on an option of grep that is only valid with PERL, so you may or may not have access to it. The following is the table of contents since it is not listed in the product description. One word of warning - if you don't already understand regular expressions this book won't teach it to you. It is indeed just a quick reference for concepts you should already know. The advanced tips and tricks section is the only exception to that rule and is itself worth the price of admission.

Chapter 1. grep Pocket Reference
Section 1.1. Introduction
Section 1.2. Conceptual Overview
Section 1.3. Introduction to Regular Expressions
Section 1.4. grep Basics
Section 1.5. Basic Regular Expressions (grep or grep -G)
Section 1.6. Extended Regular Expressions (egrep or grep -E)
Section 1.7. Fixed Strings (fgrep or grep -F)
Section 1.8. Perl-Style Regular Expressions (grep -P)
Section 1.9. Introduction to grep-Relevant Environment Variables
Section 1.10. Choosing Between grep Types and Performance Considerations
Section 1.11. Advanced Tips and Tricks with grep
Section 1.12. References

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth