Awk

From air
Revision as of 09:11, 26 February 2017 by Donsez (talk | contribs) (Created page with ""The awk command takes stream editing one step further than the sed editor by providing a programming language instead of just editor commands. Within the awk programming lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"The awk command takes stream editing one step further than the sed editor by providing a programming language instead of just editor commands. Within the awk programming language, you can do the following: Define variables to store data. Use arithmetic and string operators to operate on data. Use structured programming concepts and control flow, such as if-then statements and loops, to add logic to your text processing. Generate formatted reports."


https://dzone.com/articles/30-examples-for-awk-command-in-text-processing