Category Archives: shell

awk

awk •fields $0 whole line $1 1st field $2 2nd field NF number of fields NR number of records •pattern operators == != < = ?: •Punctuation {} $ ~ contains !~ not contain , separate things in “print” ; … Continue reading

Posted in shell, unix | Leave a comment