21.07.2015 Views

GAWK: Effective AWK Programming

GAWK: Effective AWK Programming

GAWK: Effective AWK Programming

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Glossary 313Range (of input lines)A sequence of consecutive lines from the input file(s). A pattern can specifyranges of input lines for awk to process or it can specify single lines. (SeeSection 6.1 [Pattern Elements], page 96.)RecursionWhen a function calls itself, either directly or indirectly. If this isn’t clear, referto the entry for “recursion.”RedirectionRedirection means performing input from something other than the standardinput stream, or performing output to something other than the standard outputstream.You can redirect the output of the print and printf statements to a file or asystem command, using the ‘>’, ‘>>’, ‘|’, and ‘|&’ operators. You can redirectinput to the getline statement using the ‘

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!