| How to calculate an average with awk |
| How to convert delimiters with awk |
| How to count rows by field with awk |
| How to filter rows by a column with awk |
| How to join two files by key with awk |
| How to process multiline records with awk |
| How to print selected columns with awk |
| How to sum a column with awk |
| How to audit configuration values with grep, awk, and sed |
| How to search case-insensitively with grep |
| How to count matches with grep |
| How to exclude files and directories from grep |
| How to exclude matching lines with grep |
| How to list files that contain a grep match |
| How to print context around grep matches |
| How to search compressed logs with zgrep |
| How to search files recursively with grep |
| How to extract error counts from logs with grep, awk, and sed |
| How to redact sensitive fields from logs with sed |
| How to extract email addresses with grep |
| How to test a regular expression with grep |
| How to delete matching lines with sed |
| How to preview replacements with sed |
| How to print a line range with sed |
| How to remove blank lines with sed |
| How to replace text in files with sed |