I'm testing some php scripts on linux...
I know if i run php script.php > file.txt
the result is going to be printed to file.txt, but i'm using eclipse pdt to run the scripts
how can i achieve the same behavion with eclipse?
I'm testing some php scripts on linux...
I know if i run php script.php > file.txt
the result is going to be printed to file.txt, but i'm using eclipse pdt to run the scripts
how can i achieve the same behavion with eclipse?
This can be configured in the launch/run configuration:
file.txt