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

  1.  
  2.  
  3.  
  4. watch(1)         Pyramid OSx Operating System          watch(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      watch - watch a program with update intervals
  10.  
  11. SYNOPSIS
  12.      watch  [-n] _s_e_c_o_n_d_s _p_r_o_g_r_a_m [ _a_r_g_s ... ]
  13.  
  14. DESCRIPTION
  15.      _w_a_t_c_h is a curses(3X) based program that allows 
  16.      you to watch a program as it changes.  By default, it 
  17.      updates itself every 2 seconds.  You can specify the number 
  18.      of seconds with the -n option.  The curses packages allows 
  19.      for quick updating of the screen through cursor 
  20.      optimization.  The program will end with a keyboard 
  21.      interrupt, which will leave the screen in a 
  22.      valid yet cleared state.
  23.  
  24. EXAMPLE
  25.      try:
  26.     
  27.      On BSD:
  28.     watch -n 1 ps u
  29.  
  30.      On System V:
  31.     watch -n 1 ps -f
  32.  
  33. SEE ALSO
  34.      curses(3X)
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. Printed 11/8/90                                                 1
  48.  
  49.  
  50.  
  51.