home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!caen!nic.umass.edu!dime!jing
- From: jing@themis.cs.umass.edu (YUFENG JING)
- Newsgroups: comp.unix.shell
- Subject: Re: How to clear screen in sh ?
- Message-ID: <JING.92Nov20143322@themis.cs.umass.edu>
- Date: 20 Nov 92 19:33:22 GMT
- References: <MENJAN.92Nov17214452@ra.cs.umb.edu>
- Sender: news@dime.cs.umass.edu
- Distribution: usa
- Organization: Dept. of Computer Science, University of Massachusetts, Amherst
- Lines: 7
- In-reply-to: menjan@cs.umb.edu's message of 18 Nov 92 02:44:52 GMT
-
-
- Why don't you try:
-
- # your shell script
- clear
-
- It works for me.
-