home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume24 / watch / README < prev    next >
Encoding:
Text File  |  1991-06-05  |  656 b   |  16 lines

  1.  
  2. THE PROGRAM:
  3. watch is a program to catch and repeatedly update the output 
  4. from any program you want to repeatedly catch the output from.
  5. It is a curses based program and allows you to specify the 
  6. interval.
  7.  
  8. COMPILING IT:
  9. watch should compile with no problems on any 4.2 BSD or later
  10. system.  I've compiled it on a Pyramid and a Sun3 running 3.5
  11. and one running 4.0.3.  If you uncomment the CFLAGS line in the
  12. makefile, the program should compile on a System V3 or later 
  13. system.  I tested it out on the Pyramid in the AT&T universe
  14. and on an Intel 486 running SVR4.  If you still have problems,
  15. just send mail to rembo@unisoft.com.  I'll help if I can.
  16.