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

  1.        jobs [ -lprs ] [ job ... ]
  2.               Lists information about each given job, or all jobs
  3.               if job is omitted.  The -l flag lists process  ids,
  4.               and  the  -p  flag lists process groups.  If the -r
  5.               flag is specified only running jobs will be  listed
  6.               and  if  the -s flag is given only stopped jobs are
  7.               shown.
  8.