1BCD(6) BSD Games Manual BCD(6)
2
4 bcd, ppt, morse — reformat input as punch cards, paper tape or morse code
5
7 bcd [string ...]
8 ppt [-d|string ...]
9 morse [-ds string ...]
10
12 The bcd, ppt and morse commands read the given input and reformat it in
13 the form of punched cards, paper tape or morse code respectively.
14 Acceptable input are command line arguments or the standard input.
15
16 Available option:
17
18 -s The -s option for morse produces dots and dashes rather than words.
19
20 -d Decode ppt output, or morse output consisting of dots and slashes
21 (as generated by using the -s option).
22
24 ISO 1681:1973: Information processing--Unpunched paper
25 cards--Specification.
26
27 ISO 1682:1973: Information processing--80 columns punched paper
28 cards--Dimensions and location of rectangular punched holes.
29
30 ECMA-10: ECMA Standard for Data Interchange on Punched Tape.
31
32 ITU-T Recommendation F.1: Operational provisions for the international
33 public telegram service, Division B, I. Morse code.
34
35BSD November 26, 2002 BSD