jobs


    jobs -- Display list of jobs

    p4 jobs [ -e jobview -i -l -m max -r ] [ file[revRange] ... ]
    p4 jobs -R

	Reports the list of all jobs currently known to the system.  If
	a file (pattern) is given, only fixes for submitted changelists
	affecting that file (or set of files) are listed.  The file pattern
	may include wildcards and/or a revision number range.  See 'p4 help
	revisions' for help specifying revisions.

	The -e jobview limits the output to jobs satisfying the expression
	given as 'jobview'.  See 'p4 help jobview' for a description of
	jobview syntax.

	The -i flag also includes any fixes made by changelists integrated
	into the specified files.

	The -l flag produces long output with the full text of the job
	descriptions.

	The -m max flag limits the output to the first 'max' jobs,
	ordered by their job name.

	The -r flag sorts the jobs in reverse order (by job name).

	The -R flag rebuilds the jobs table and reindexes each job; this
	is necessary after upgrading to 98.2.  'p4 jobs -R' requires
	superuser access granted by p4 protect