home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / shell / 4817 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  564 b 

  1. Path: sparky!uunet!caen!nic.umass.edu!dime!jing
  2. From: jing@themis.cs.umass.edu (YUFENG JING)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: How to clear screen in sh ?
  5. Message-ID: <JING.92Nov20143322@themis.cs.umass.edu>
  6. Date: 20 Nov 92 19:33:22 GMT
  7. References: <MENJAN.92Nov17214452@ra.cs.umb.edu>
  8. Sender: news@dime.cs.umass.edu
  9. Distribution: usa
  10. Organization: Dept. of Computer Science, University of Massachusetts, Amherst
  11. Lines: 7
  12. In-reply-to: menjan@cs.umb.edu's message of 18 Nov 92 02:44:52 GMT
  13.  
  14.  
  15. Why don't you try:
  16.  
  17.     # your shell script
  18.     clear
  19.  
  20. It works for me.
  21.