I can't seem to find anything on this so, is there a way to pipe everything from a screen window into another command. I have a server running in screen (not the best idea, but the only way for the server atm), and want to parse the output (while it is running, is it possible to take everything printed to that detached screen into another command?
Thanks, Max
tee. – Daniel Beck Jun 7 '11 at 5:34