sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as par
If you are a developer, or system administrator, or database administrator, or IT manager, or just someone who spends a significant amount of time on UNIX / Linux, you should become proficient in Sed and Awk. Sed and Awk are two great utilities that
This book contains a total of 212 pages with clear instructions and numerous examples. Chapters 1 – 7 cover Sed: Chapters 1 – 2 explain Sed syntax and basic commands, and cover in detail the Sed substitution command. Chapters 3 – 5 explain reg-ex ba