Difference between revisions of "Cut"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
== See also ==
 
== See also ==
 
* {{awk}}
 
* {{awk}}
 +
* {{cut}}
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Revision as of 16:35, 5 May 2022

cut --help
cut: illegal option -- -
usage: cut -b list [-n] [file ...]
       cut -c list [file ...]
       cut -f list [-s] [-w | -d delim] [file ...]


Tabulator as separator:

cut -f1 -d$'\t'


See also

Advertising: