pdp10-its-disassembler icon indicating copy to clipboard operation
pdp10-its-disassembler copied to clipboard

Tool to copy, remove, insert words, records, files, marks.

Open larsbrinkhoff opened this issue 2 years ago • 1 comments

Usage: cut36 [-W<input word format>] [-O<output word format>] [-7] [-9] [input] [commands...]

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.

larsbrinkhoff avatar Mar 19 '22 18:03 larsbrinkhoff