logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.  Acceptable input are command line arguments or the standard input.

       Available option:

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

       -d    Decode ppt output, or morse output consisting of dots and slashes (as generated  by  using  the  -s
             option).

Name

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

See Also

ISO1681:1973:Informationprocessing--Unpunchedpapercards--Specification.

       ISO1682:1973:Informationprocessing--80columnspunchedpapercards--Dimensionsandlocationofrectangularpunchedholes.

       ECMA-10:ECMAStandardforDataInterchangeonPunchedTape.

       ITU-TRecommendationF.1:Operationalprovisionsfortheinternationalpublictelegramservice,  Division
       B, I. Morse code.

Debian                                          November 26, 2002                                         BCD(6)

Synopsis

bcd [string...]
       ppt [-d|string...]
       morse [-dsstring...]

See Also