Redirect to file (after startup)
Is there a way to start a process and then AFTERWARDS get it to start outputing to a file?
For example, if I start a process and then realize I need to catch the output but can't afford to stop and restart it...
I know I can CTRL-Z the process and then "bg" it but I wasn't sure of a way to get that to output to a file...
Any suggestions?
|