How to take a proccess from another session to your current.
- by Gnutt
I SSH'ed into my server and started a wget-download with an ampersand (&) at the end. Then my connection died.
When I SSH back, the process is running (i can see it via ps aux | grep wget). Is there any way to get the output of that WGET to appear at my current session?