home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / kill < prev    next >
Encoding:
Text File  |  1993-10-08  |  558 b   |  11 lines

  1.        kill [ -sig ] job ...
  2.        kill -l
  3.               Sends either SIGTERM or the specified signal to the
  4.               given jobs or processes.  Signals are given by num-
  5.               ber or by names (with the  prefix  "SIG"  removed).
  6.               If  the signal being sent is not KILL or CONT, then
  7.               the job will  be  sent  a  CONT  signal  if  it  is
  8.               stopped.  The argument job can be the process id of
  9.               a job not in the job list.   In  the  second  form,
  10.               kill -l, the signal names are listed.
  11.