Hello!I'm trying to do something like this, where I redirect the output of my script into a file:
screen -d -m php -f long-runnig-script.php > /tmp/mylogfile.txtBut of course, the ">" is not passed into screen. I've tried escaping the ">" in all the different ways I could think of, but nothing has worked.
Is there a way to do this? Thanks, Seth _______________________________________________ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users