cut

Version:
8.x
Identifier: TL_fe47aa.1d
Tool

Description


cut - remove sections from each line of files Print selected parts of lines from each FILE to standard output. With no FILE, or when FILE is -, read standard input.

Subtools

  • cut bytes

    -b, --bytes=LIST select only these bytes

  • cut characters

    -c, --characters=LIST select only these characters

  • cut fields

    -f, --fields=LIST select only these fields; also print any line that contains no delimiter character, unless the -s option is specified