Is it possible to have a already started program move to screen/tmux? I'd like to have something like the following:
program;
^Z
screen;
fg;
I know the above won't work, but is there a way to accomplish this?
Is it possible to have a already started program move to screen/tmux? I'd like to have something like the following:
program;
^Z
screen;
fg;
I know the above won't work, but is there a way to accomplish this?