Chapter 6. Advanced UNIX Tools - Regular Expressions, sed, awk, and grep
Three Commands
The three commands covered in this chapter, along with regular expressions (pattern matching), are often grouped together. There are even many books available devoted to awk and sed. In these books, grep usually goes along for the ride because awk is somewhat derived from sed and grep. In addition, the use of regular expressions for pattern matching that are used for awk, sed, andgrep are similar.
We’ll take a look at regular expressions and pattern matching in ...
Get UNIX® User’s Handbook, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.