1
0
Fork 0
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:
RH-sdavey 2019-05-14 19:17:37 +02:00 committed by Starbeamrainbowlabs
parent c4e95b92c4
commit d7cffae11e

View file

@ -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}}`