jobs
List active jobs.
On TCF systems, prints the site on which each job is executing.
SYNTAX
jobs [-l]
stop %job|pid ...
Options
-l List process IDs in addition to the normal information.
job A number, a string, `', `%', `+' or `-'
There is no default job; saying just `stop' does not stop the current job.
Notes
`Stop' stops the specified job or process which is executing in the background.
jobs is a tcsh shell command.
"Less layers, Means more happy players" - Carmel McConnell
Related commands:
sched - Schedule a command to run at a later time.
crontab - Schedule a command to run at a later date/time
Equivalent BASH command:
crontab - Schedule a command to run
at a later date/time