Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmytrish
3708 days ago
"Detach during running" is a problem solved from the beginning of shells: just suspend a foreground command with C-z and type `bg` to wake it up in the background.
Output redirection seems to be a valid point, though.