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. With grep Pocket Reference, you will:
Learn methods for filtering large files for specific content
Acquire information not included in the current grep documentation
Get several tricks for using variants such as egrep
Keep key information about grep right at your fingertips
Find the answers you need about grep quickly and easily. If you're familiar with this utility, grep Pocket Reference will help you refresh your basic knowledge, understand rare situations, and work more efficiently. If you're new to grep, this book is the best way to get started.
Inhaltsverzeichnis
Chapter 1: grep Pocket Reference;
1.1 Introduction;
1.2 Conceptual Overview;
1.3 Introduction to Regular Expressions;
1.4 grep Basics;
1.5 Basic Regular Expressions (grep or grep -G);
1.6 Extended Regular Expressions (egrep or grep -E);
1.7 Fixed Strings (fgrep or grep -F);
1.8 Perl-Style Regular Expressions (grep -P);
1.9 Introduction to grep-Relevant Environment Variables;
1.10 Choosing Between grep Types and Performance Considerations;
1.11 Advanced Tips and Tricks with grep;
1.12 References;