Skip to content
kimschles edited this page Sep 21, 2018 · 1 revision

Awk is a text editor and programming language.

The pattern: awk /seach_pattern/' {thing you want to do; verbs go here; leave blank if you just want to print}' <file_name>

Resources

Clone this wiki locally