The basic function of ______________ is to search files for lines (or other units of text) that contain a pattern.

Options
- awk
- search
- %awk
- cat


CORRECT ANSWER : awk

Discussion Board
Explanation-

The basic function of awk is to search files for lines (or other units of text) that contain certain patterns. When a line matches one of the patterns, awk performs specified actions on that line. awk keeps processing input lines in this way until the end of the input files are reached.

Sapna 03-6-2017 01:46 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement