Run and manage background tasks
Add a trailing ampersand &
to background a task. The job id is returned (eg. [1]
represents Job 1)
View current running jobs
Terminate a job
Bring a background process to the foreground
Last updated
Add a trailing ampersand &
to background a task. The job id is returned (eg. [1]
represents Job 1)
View current running jobs
Terminate a job
Bring a background process to the foreground
Last updated