cut [command...]
Cut out selected portions of each line of a file
Arguments
Name | Description |
---|
command | filepaths |
Options
Name | Description |
---|
-b <command> | Byte positions as a comma or - separated list of numbers |
-c <command> | Column positions as a comma or - separated list of numbers |
-f <command> | Field positions as a comma or - separated list of numbers |
-n | Do not split multi-byte characters |
-d [command] | 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 |