Can someone tell me how to to run a php script and output content and errors to a text file (using nohup) using csh?
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
If your script has a hash-bang line (such as
If not you can call the parser first with your script as an argument:
You didn't specifically mention you wanted to background the job, but usually when you nohup something you also want to background it, so I added the trailing |
|||||||||||||||||||||
|