[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Wanted: trivial minicom-type function



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