Table of Contents

Bash - disown (Remove job)

About

Remove a job from the shell's job list.

Syntax

disown [-ar] [-h] [jobspec ...] 

where:

Return value

The return value is 0 unless a jobspec does not specify a valid job.

Documentation / Reference