Day 12 - Finding Things and Text Processing I (grep, cut, sort, uniq, wc, tee)
7 min readSearch and shape text at the command line using grep for matching, cut for field extraction, sort and uniq for counting and ranking, wc for quick totals, and tee for logging and branching pipelines. Includes regex basics and practical log examples.