The search command keeps rows where any field matches a regex pattern, here eng. Regular expressions give it more power than a plain text grep; for example ^eng matches the start of a field only. Search applies to the whole row, unlike csvgrep which targets one column. Combine with select to filter first and then keep only relevant fields.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.