AWK: Difference between revisions

98 bytes removed ,  5 years ago
No edit summary
Line 12:
 
= Built In Variables =
 
* Awk’s built-in variables include the field variables—$1, $2, $3,
* $0 is the entire line.
 
* NR: current count of the number of lines.