|
|
The following statement prints the string value of each expression
separated by the output field separator (OFS) followed by
the output record separator (ORS):
print expr1, expr2, ..., exprn
The statement print is an abbreviation for the following:
print $0To print an empty line, use the following:
print ""