In awk all input is separated into records and each record is further divided into fields.
Within the awk script, each field can be referenced by using dollarint operator.
{ print 3ドル } # output field number three
{ print 12ドル } # output field number twelve
Powered by sdf Creative Commons License <pierre.gaston+awk@gmail.com>
Awk Wiki by #awk is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.