Difference between revisions of "Cut"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
cut -f1 -d$'\t' | cut -f1 -d$'\t' | ||
+ | echo 'maps.google.com' | rev | [[cut]] -d'.' -f 1 | [[rev]] | ||
+ | |||
+ | == Activities == | ||
+ | * https://stackoverflow.com/questions/tagged/cut?tab=Frequent | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[awk -F]]</code> | ||
+ | * <code>[[tr]]</code> | ||
+ | * [[cut -d]] | ||
== See also == | == See also == | ||
+ | * {{tr}} | ||
* {{awk}} | * {{awk}} | ||
+ | * {{cut}} | ||
[[Category:Computing]] | [[Category:Computing]] |
Latest revision as of 13:19, 2 April 2024
Advertising: