job
for strings
Various commands for working with background jobs.
Signature
> job {flags}
Input/output types:
input | output |
---|---|
nothing | string |
Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
name | description | type |
---|---|---|
job kill | Kill a background job. | built-in |
job list | List background jobs. | built-in |
job spawn | Spawn a background job and retrieve its ID. | built-in |
job unfreeze | Unfreeze a frozen process job in foreground. | built-in |