Difference between revisions of "Awk -F"

From wikieduonline
Jump to navigation Jump to search
(Created page with " snap find aws | awk -F" " '$3=="aws**" -F == See also == * {{awk}} Category:AWK")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{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 ==
 +
* <code>[[cut -d]]</code>
 +
* <code>[[tr -d]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 20:35, 25 June 2022

-F defines field separator

Examples[edit]

snap find aws | awk -F" " '$3=="aws**"
snap find canonical | awk -F" " '$3=="canonical**"'

Related[edit]

See also[edit]

Advertising: