Forum Moderators: bakedjake
> myfile.log
.... on the end of the command line.
Can I make that dump to standard output instead, so it writes to my screen?
I tried:-
./myapp -myparams stuff > STDOUT
...... but that just created a file called STDOUT and dumped to that.
I'm sure there's a way.....
Thanks,
TJ