[Home]
HomePage RecentChanges Frequently Asked Questions

field

In awk all input is separated into records and each record is further divided into fields.

Fields are referenced using special variables

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

Edit this page View other revisions Administration
Last edited 2011年06月25日 05:31 UTC by pgas (diff)

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.

AltStyle によって変換されたページ (->オリジナル) /