[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ALERT.ACC
> Whilst I'm on the subject of echo'ing, can someone tell me how I'm
> supposed to echo a character, based on it's ASCII value. I tried the
> method mentioned in my Unix reference book, but it just echo'd the
> control string itself. I tried with and without quotes. Essentially I
> want to send a string to clear the screen (or TOSWIN pty).
In tcsh you can use 'echotc' to send a certain termcap-value, for example,
'echotc cl' to clear the screen...
/simon