13,420
edits
Changes
→Using the awk Utility
*If no pattern is specified, awk selects all lines in the input
*If no action is specified, awk copies the selected lines to standard output
*You can use parameters like '''$1''', '''$2 ''' to represent first field, second field, etc.
*You can use the '''-F''' option with the awk command to specify the field delimiter.