Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

morsegen(1) [debian 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

3 More Discussions You Might Find Interesting

1. Linux

source code ASCII to HEx

Is there are any source code in ANSI C to convert ASCII to Hexa decimal. (1 Reply)
Discussion started by: Thippeswamy
1 Replies

2. Shell Programming and Scripting

Array not printing values if used in a loop

Hello! I'm making an English to Morse Code translator and I was able to mostly get it all working by looking through older posts here; however, I have one small problem. When I run it it's just printing spaces for where the characters should be. It runs the right amount of times, and if I try... (3 Replies)
Discussion started by: arcoleman10
3 Replies

3. UNIX for Beginners Questions & Answers

Creating data delimited by ASCII code 1

<Any suggestion how to create a file where the values are separated by ASCII code 1,with data extracted from a table using shell script The format is :/> <columnname1(binary1)columnvalue(binary1)columnname2(binary1)columnvalue(binary1)columnname3(binary1)columnvalue... 1st row/>... (6 Replies)
Discussion started by: dasun
6 Replies