mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
disown: add -h example (#3007)
This commit is contained in:
parent
c4e95b92c4
commit
d7cffae11e
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Disown all jobs:
|
||||
|
||||
`disown -a`
|
||||
|
||||
- Keep job (do not disown it), but mark it so that no future SIGHUP is received on shell exit:
|
||||
|
||||
`disown -h %{{job_number}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue