There is a way to properly disown process from cygwin bash?
for example i can run in background
/cygdrive/c/Windows/notepad.exe &
and the notepad window shows but when i close the bash using Ctrl+D or typing exit the bash window remain open
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
| |||||
feedback
|
|
I'd try with | |||
|
feedback
|
disown? – Sven Marnach Feb 9 at 15:57