Changes

Jump to: navigation, search

Tutorial11: Sed & Awk Utilities

167 bytes added, 11:00, 4 September 2020
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.
13,420
edits

Navigation menu