December 2018
Beginner
320 pages
8h 57m
English
The awk command is used to extract data from a file and print specific contents. It is quite often used to restructure the data and construct reports. Its name is derived from the last names of its creators: Alfred Aho, Peter Weinberger, and Brian Kernighan. Its main features include the following:
Its general invoking syntax is as follows:
$ awk '/pattern/{command}' ...Read now
Unlock full access