Reading and Processing Text: grep, sed, awk and Friends
The toolset behind the power of the Linux command line: viewing files (cat, less, head, tail), filtering (grep), cutting columns (cut), sorting (sort, uniq), counting (wc), and transforming (sed, awk). Each tool does one thing well.
K
KaiMay 23, 2026· 15 views