In linux, terminal closed unexpectedly, but wget continues to be run as process and to download --- with proof - new files generated from website -- weird enough, log chaged from given wget_log to wget-log which is updated continuously with new information about download.
How I can bring it again to terminal to show output?
Note that jobs -l
shows nothing but in the system monitor as a process, it exists.
reptyr -L pid
and it appears to work... thanks! https://unix.stackexchange.com/questions/4034/how-can-i-disown-a-running-process-and-associate-it-to-a-new-screen-shell – Estatistics Aug 01 '22 at 14:17