home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d123 / arp / docs / commands / break < prev    next >
Encoding:
Text File  |  1988-01-01  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ARP(REL1)             ARP User's    Manual             ARP(REL1)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Break    - Send a signal    to a background    process.
  10.  
  11.      SYNOPSIS
  12.       Break    <task> <all> <c> <d> <e> <f>
  13.  
  14.      Description
  15.       Many programs    which run from the CLI will respond to the
  16.       typing of one    of the control characters C D E    or F.  By far
  17.       the most common is control-C which usually causes a process
  18.       to terminate.     If you    execute    a task in the background (by
  19.       using    Run), you will not be able to send it a    break signal
  20.       from the keyboard, and that is where Break comes in.    Once
  21.       you know the task number of the process you wish to signal
  22.       (available immediately after you run the process or by using
  23.       the Status program), you can send one    of these control
  24.       signals to the background process.
  25.  
  26.      EXAMPLE
  27.       To send a control C to background process number 2:
  28.  
  29.       Break    2 C or Break 2 (Break defaults to control C)
  30.  
  31.       To send ALL control signals to background process number 3
  32.  
  33.       Break    3 C D E    F or Break 3 ALL
  34.  
  35.      CONSIDERATIONS
  36.       Not all programs respond to break requests.
  37.  
  38.      SEE ALSO
  39.       Status
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 10/6/87)
  64.  
  65.  
  66.  
  67.