disown.1 (fish-3.5.0.tar.xz) | : | disown.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
EXAMPLE | EXAMPLE | |||
firefox &; disown will start the Firefox web browser in the background an d remove it from the job list, | firefox &; disown will start the Firefox web browser in the background an d remove it from the job list, | |||
meaning it will not be closed when the fish process is closed. | meaning it will not be closed when the fish process is closed. | |||
disown (jobs -p) removes all jobs from the job list without terminating t hem. | disown (jobs -p) removes all jobs from the job list without terminating t hem. | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 DISOWN(1) | 3.5 Jul 20, 2022 DISOWN(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |