I'm running the command
php someFile.php 1>> stdout.txt 2>> stderr.txt
Is there a way I can record when the stderr is printed?
|
I'm running the command
Is there a way I can record when the stderr is printed? |
|||
|
|
Excellent question, I didn't know how to pipe Then, when you've got your
|
|||
|
|
|
Check out this book on the Linux Command Line a lot of good info. |
|||
|
|