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

Three modes of the VI editor

Three modes of the vi editor Generally speaking, the vi editor has three modes, namely the general command mode, the edit mode and the command line command mode. The functions of these three modes