Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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.

None yet

1 participant