cut [filepaths...]
Cut out selected portions of each line of a file
Arguments
| Name | Description |
|---|
filepaths | filepaths |
Options
| Name | Description |
|---|
-b <list> | Byte positions as a comma or - separated list of numbers |
-c <list> | Column positions as a comma or - separated list of numbers |
-f <list> | Field positions as a comma or - separated list of numbers |
-n | Do not split multi-byte characters |
-d [delim] | Use delim as the field delimiter character instead of the tab character |
-s | Suppress lines with no field delimiter characters. unless specified, lines with no delimiters are passed through unmodified |