When is awk especially useful compared with simply finding matching lines?
awk
When source code must be compiled into an executable
When each line has fields and specific columns need to be extracted or processed
When binary files need to be renamed in bulk
When a file must be continuously followed for newly appended lines