Difference between revisions of "Awk -F"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | -F defines field separator | ||
+ | == Examples == | ||
[[snap find]] aws | awk -F" " '$3=="aws**" | [[snap find]] aws | awk -F" " '$3=="aws**" | ||
− | -F | + | snap find canonical | awk -F" " '$3=="canonical**"' |
− | |||
== Related == | == Related == | ||
* <code>[[cut -d]]</code> | * <code>[[cut -d]]</code> | ||
+ | * <code>[[tr -d]]</code> | ||
== See also == | == See also == |
Latest revision as of 20:35, 25 June 2022
Advertising: