awk – if condition examples
Awk is pretty powerful command line utility to filter lines from a stream. Here are some awk if condition examples. Data used in these examples: read more
awk sum examples
Here are some awk examples to sum an integer column from a file or stdin (standard input) stream. Data used in these examples Awk sum read more