Difference between revisions of "$NF"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <code>[[awk]] '{print $NF}' your_file</code> | + | <code>[[awk]] '{[[print]] $NF}' your_file</code> |
+ | <code>[[awk]] '{print $(NF-1)}' your_file</code> | ||
== Related == | == Related == | ||
* [[FS]], [[OFS]], [[RS]], [[ORS]], [[NR]], [[NF]], [[FILENAME]], [[FNR]] | * [[FS]], [[OFS]], [[RS]], [[ORS]], [[NR]], [[NF]], [[FILENAME]], [[FNR]] | ||
* <code>[[alias]]</code> | * <code>[[alias]]</code> | ||
− | * [[ | + | * [[^]] |
+ | * [[Track HTTP Application Response time in Nginx]] | ||
== See also == | == See also == |
Latest revision as of 18:11, 10 July 2023
Advertising: