RE: clear screen
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1024607531.1577.3.camel@chip> |
Since I hate to discourage useful ideas, I've thought of a simple solution that should meet your needs: $ alias cls 100 stdout Then, whenever you type 'cls' you'll get 100 blank lines. Naturally you could increase the number if needed. Since version 2.1 aliases are persisted indefinitely, so you only have to define the alias once. n On Thu, 2002-06-20 at 05:17, Jon Newton wrote: > It wouldn't solve anything, I just find it nice to able to clear the > screen/my head when i've got a lot of output cluttering things. I didn't > actually think about the implementation and your point is taken. > > jon