I run a lot of long running processes (simulations) that print progress to STDOUT. I occasionally forget to redirect to STDOUT to a file I can grep, and it's usually too far along to restart.
QUESTION: Without stopping the process, is there a way I can hook into another STDOUT?
These are always running in GNU screen with ZSH on OS X 10.7.3.