Skip to content

Conversation

@larsbrinkhoff
Copy link
Owner

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 larsbrinkhoff force-pushed the lars/cut36 branch 2 times, most recently from e9d740c to eb06810 Compare March 22, 2022 08:35
@larsbrinkhoff larsbrinkhoff force-pushed the lars/cut36 branch 2 times, most recently from 62fef4f to f70c8a8 Compare April 14, 2022 14:42
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 in input.
sr - skip record in input.
sf - skip file in input.
sa - skip all input.

cw - copy word from input to output.
cr - copy record from input to output.
cf - copy file from input to output.
ca - copy all input to output.

r - insert record boundary.
m - insert tape mark.
@larsbrinkhoff
Copy link
Owner Author

Testing math: $\sqrt{x}$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants