I have a program that takes a -o log_file option, which writes extra data to log_file.
Is there any way for me to redirect that to stdout?
i.e. is there a "special name" for stdout that can be used as a file name, like CONOUT$ on Windows?
|
I have a program that takes a Is there any way for me to redirect that to stdout? i.e. is there a "special name" for stdout that can be used as a file name, like |
||||
|
|
|
Usually, programs write automatically to stdout if you don't specify a |
|||||||||||
|