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

Commits on May 18, 2022

  1. Tool to copy, remove, insert tape records, files, marks.

    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 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4240cb4 View commit details
    Browse the repository at this point in the history