linux-awk-3

awk

Basic syntax
Awk –Fs’/pattern/ {action}’ input-file
(or)
Awk –Fs'{ action}’ input-file -F is the field delimiter. If not specified, spaces will be used as delimiters by default.
/patter