From: Luke Davis <ldavis@voicenet.com>
To: blinux-list@redhat.com
Subject: Re: doubletalk works with screader.
Date: Sun, 28 Jun 1998 23:02:21 -0400 (EDT) [thread overview]
Message-ID: <Pine.GSO.3.96.980628225605.15498G-100000@unix01> (raw)
In-Reply-To: <000001bda2fa$182f03e0$0f0962d1@chrispet>
On Sun, 28 Jun 1998, Chris Peterson wrote:
> Someone correct me if I'm wrong but I believe that I should just be able to
You are wrong...:) (at least: I think so)
> replace the script business with a line that says
> `echo -e "\r`cat`\r" > /dev/dtlk`
You might (I haven't done any shell work in a while, but) have to replace
that with:
`echo -e "\r\`cat\`\r" > /dev/dtlk`
> in /opt/etc/abt320/tts and it should work.
The reason I have changed it as I did is because the second ` (the one
before "cat"), will act as the terminator of the first ` (the one before
"echo"), unless the inermost `s are escaped (hense the \s).
Luke Davis
prev parent reply other threads:[~ UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
Chris Peterson
` Luke Davis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.GSO.3.96.980628225605.15498G-100000@unix01 \
--to=ldavis@voicenet.com \
--cc=blinux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).