So I'm using GNU Screen to manage multiple running scripts/programs. The multiplexing & detachability is quite helpful.
I removed a script from disk and now I'm having some trouble finding the backup. However, one of the terminal sessions was executing the script before the file was deleted and it continues to work just fine.
Is there a way to hijack the terminal session that is currently running the script to recover the contents of this file?