Wiki source for CommandJobs
======Command jobs======
====Name====
**jobs** Prints all job ID's and command lines for background jobs.
====Synopsis====
**jobs**
===Options===
====Examples====
Example
%%
sleep 10 &
%%
Result
%%
8
%%
Example
%%
jobs
%%
Result
%%
8 : sleep 10
%%
----
[[CategoryCommands]]
[[Commands]]
====Name====
**jobs** Prints all job ID's and command lines for background jobs.
====Synopsis====
**jobs**
===Options===
====Examples====
Example
%%
sleep 10 &
%%
Result
%%
8
%%
Example
%%
jobs
%%
Result
%%
8 : sleep 10
%%
----
[[CategoryCommands]]
[[Commands]]