Thank you very much, Romain.
$ ctrl+z # Suspend the current process $ disown irssi # Detach irssi from the shell $ screen # Launch screen $ reptyr $(pgrep irssi) # Get back the process
Thank you very much, Romain.
$ ctrl+z # Suspend the current process $ disown irssi # Detach irssi from the shell $ screen # Launch screen $ reptyr $(pgrep irssi) # Get back the process