awk
Overview
awk
is a data driven programming language for processing text based data
Basics
Print every line in a file
Print the lines which contain the given parameter
Print the first and fourth field with whitespace as the delimeter
Display a block of text starting with the word start and stopping with the word stop
Last updated