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

Re: clearing console after logout



> After logout/exit, console remains full.

I don't know what your login shell is, but with
/bin/sh you can put the following line in your
.profile to clear the screen when you logout:

trap clear 0