MirBSD manpage: bcd(6), morse(6), ppt(6)

BCD(6)                       BSD Reference Manual                       BCD(6)

NAME

     bcd, ppt, morse - reformat input as punch cards, paper tape or morse code

SYNOPSIS

     bcd [string ...]
     ppt [-d [-b] | string ...]
     morse [-d | -s] [string ...]

DESCRIPTION

     The bcd, ppt, and morse commands read the given input and reformat it in
     the form of punched cards, paper tape, or morse code, respectively. Ac-
     ceptable input are command line arguments or the standard input.

     Available options for ppt:

     -d [-b]
             The -d option for ppt decodes paper tape on the standard input
             back to ASCII. Unprintable characters are visually encoded with
             vis(3) unless the -b flag (binary) is also specified. A lowercase
             'x' is printed for undecipherable input lines.

     Available options for morse:

     -d      The -d option for morse decodes dot-dash morse
             (as generated by using the -s option) back into text. A lowercase
             'x' is printed for undecipherable input; otherwise, text is re-
             turned uppercase. If the morse to be translated is given on the
             command line, it should be preceded by '--' to keep it from being
             mistaken for options.

     -s      The -s option for morse produces dots and dashes rather than
             words.

SEE ALSO

     ISO 1681:1973, Information processing--Unpunched paper cards--
     Specification.

     ISO 1682:1973, Information processing--80 columns punched paper cards--
     Dimensions and location of rectangular punched holes.

     ECMA-10, ECMA Standard for Data Interchange on Punched Tape.

     ITU-T Recommendation F.1, Operational provisions for the international
     public telegram service, Division B, I. Morse code.

MirBSD #10-current               May 31, 1993                                1

Generated on 2021-12-07 11:28:18 by $MirOS: src/scripts/roff2htm,v 1.103 2021/01/23 20:24:35 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2021 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.