Difference between revisions of "Cut"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | cut --help | + | cut --help |
− | cut: illegal option -- - | + | cut: illegal option -- - |
− | usage: cut -b list [-n] [file ...] | + | usage: cut -b list [-n] [file ...] |
− | + | cut -c list [file ...] | |
− | + | cut -f list [-s] [-w | -d delim] [file ...] | |
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: