Read from an input file (or stdin), and write to stdout. Commands can be put on the command line, or typed to stdin.
Commands take a numeric argument which defaults to 1.
sw - skip word(s) in input.
sr - skip record(s) in input.
sf - skip file(s) in input.
sa - skip all input.
cw - copy word(s) from input to output.
cr - copy record(s) from input to output.
cf - copy file(s) from input to output.
ca - copy all input to output.
Usage: cut36 [-W\] [-O\
Read from an input file (or stdin), and write to stdout. Commands can be put on the command line, or typed to stdin.
Commands take a numeric argument which defaults to 1.
sw - skip word(s) in input. sr - skip record(s) in input. sf - skip file(s) in input. sa - skip all input.
cw - copy word(s) from input to output. cr - copy record(s) from input to output. cf - copy file(s) from input to output. ca - copy all input to output.
r - insert record boundary. m - insert tape mark.