Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

morse(6) [suse man page]

BCD(6)								 BSD Games Manual							    BCD(6)

NAME
bcd, ppt, morse -- reformat input as punch cards, paper tape or morse code SYNOPSIS
bcd [string ...] ppt [-d|string ...] morse [-ds 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. 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). 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. BSD
November 26, 2002 BSD

Check Out this Related Man Page

morsegen(1)							   User Commands						       morsegen(1)

NAME
morsegen - convert file to ASCII morse code SYNOPSIS
morsegen <file> DESCRIPTION
This program implements the International Morse Code Standard by converting ASCII text file into morse code ASCII notation. Morse code was created for the telegraph in the early 1840s. Morse code uses a standardized sequence of short and long elements to represent the letters, numerals, punctuation and special characters of a given message. The morse code standard does not define all characters in ASCII table therefore translation of file into morse notation is only an approximation. The following special translation have been used: ASCII Morse prosign ------------ ------------------ ' ' (space) Invitation to transmit Starting signal Wait End of work OPTIONS
None. ENVIRONMENT
None. FILES
None. SEE ALSO
cw(1) cwgen(1) qrq(1) STANDARDS
http://en.wikipedia.org/wiki/Morse_code AUTHORS
Program was written by Luigiru Auriemma <aluigi@autistici.org>. This manual page was written by Jari Aalto <jari.aalto@cante.net> for the Debian GNU system (but may be used by others). Released under license GNU GPL version 2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>. morsegen 2012-03-07 morsegen(1)
Man Page