Command cut

Documentation for the cut command in /trans/cmds/cut.c.

Command

USAGE cut -f<from>[-<to>] [-d<delimiter>] <file(s)>

Displays the specified file, each line being trimmed to a selection of words according to the -f flags. Each line is split into words - using the usual delimiters of space/tab etc. If only one valus is provided as an f flag, that “word” is displayed on each line. If 2 values are provided, words numbered from first value to second are displayed.

File generated by Lima 1.1a4 reStructured Text daemon.