Awk

From wikieduonline
Revision as of 10:33, 12 December 2019 by Welcome (talk | contribs)
Jump to navigation Jump to search


Examples

  • Print lines if field fith value ($5) is smaller than 100:
awk '$FIELD_NUMER>VALUE'
Example: awk '$5<100'


See also

Advertising: