cut [filepaths...]

Cut out selected portions of each line of a file

Arguments

NameDescription
filepathsfilepaths

Options

NameDescription
-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
-nDo not split multi-byte characters
-d [delim]Use delim as the field delimiter character instead of the tab character
-sSuppress lines with no field delimiter characters. unless specified, lines with no delimiters are passed through unmodified