RE: Virtual terminal buffer?

2004-03-24 Thread Dan MacMillan
> From: Lowell Gilbert > Sent: March 24, 2004 12:39 > > Dan MacMillan <[EMAIL PROTECTED]> writes: > > > > From: Chris Pressey > > > Sent: March 22, 2004 17:52 > > > > > > On Mon, 22 Mar 2004 16:57:26 -0600 (CST) > > > Eric F Crist <[EMAIL PROTECTED]> wrote: > > > > > > > Is there a way to clear the

Re: Virtual terminal buffer?

2004-03-24 Thread Lowell Gilbert
Dan MacMillan <[EMAIL PROTECTED]> writes: > > -Original Message- > > From: Chris Pressey > > Sent: March 22, 2004 17:52 > > > > On Mon, 22 Mar 2004 16:57:26 -0600 (CST) > > Eric F Crist <[EMAIL PROTECTED]> wrote: > > > > > Is there a way to clear the buffer after you've logged out of a

RE: Virtual terminal buffer?

2004-03-23 Thread Dan MacMillan
> -Original Message- > From: Chris Pressey > Sent: March 22, 2004 17:52 > > On Mon, 22 Mar 2004 16:57:26 -0600 (CST) > Eric F Crist <[EMAIL PROTECTED]> wrote: > > > Is there a way to clear the buffer after you've logged out of a > virtual terminal? > > Well, you could call 'echo' a hu

Re: Virtual terminal buffer?

2004-03-22 Thread Michael W. Oliver
On 2004-03-23T02:29:04+0100, Peder Blom wrote: > And if you run csh/tcsh you can put these two lines in your .logut > script: > > vidcontrol -C > clear and if you run bash, you could create a sym link in your home directory like so... cd ln -s /dev/null .bash_history this is what I do on free sh

Re: Virtual terminal buffer?

2004-03-22 Thread Peder Blom
On Mon, 22 Mar 2004 16:51:49 -0800 Chris Pressey <[EMAIL PROTECTED]> wrote: > On Mon, 22 Mar 2004 16:57:26 -0600 (CST) > Eric F Crist <[EMAIL PROTECTED]> wrote: > > > Hello list, > > > > Is there a way to clear the buffer after you've logged out of a > > virtual terminal? > > > > TIA > > > >

Re: Virtual terminal buffer?

2004-03-22 Thread Chris Pressey
On Mon, 22 Mar 2004 16:57:26 -0600 (CST) Eric F Crist <[EMAIL PROTECTED]> wrote: > Hello list, > > Is there a way to clear the buffer after you've logged out of a virtual terminal? > > TIA > > Eric Well, you could call 'echo' a hundred times in your .logout script :) -Chris