[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Wanted: trivial minicom-type function
- Subject: [ale] Wanted: trivial minicom-type function
- From: esoteric at 3times25.net (Geoffrey)
- Date: Mon, 13 Mar 2006 09:18:36 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
Mills, John M. wrote:
> ALErs -
>
> Before I write it, can anyone suggest a simple (even trivial) way to
> plug 'stdin'/'stdout' to a specified '/dev/tt*' so byte traffic simply
> goes both ways? No smarts required.
exec >/dev/tty???
exec 2>/dev/tty???
Works for me.
--
Until later, Geoffrey