NAME
morse - Morse code converter.
SYNOPSIS
morse string
DESCRIPTION
morse string
- Convert to and from morse code. If the string argument is a morse code
sequence then it is converted to text. If the argument is a text string
then it is converted to morse code. The ., -, and x
characters are used to represent morse code sequences. A single x
represents a space between letters and a double x represents a space
between words.
Examples:
morse ...x---x...
returns
sos
while
morse sos
returns
...x---x...
Back to the Index
wart@kobold.org
Created on Wed Mar 31 08:18:25 PST 2004