Can someone tell me how to to run a php script and output content and errors to a text file (using nohup) using csh?
feedback
|
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 | |||||||||||
feedback
|