I work with program which usage is “program input-file output-file”.
How can I write the result in STDOUT and don’t write it into the output-file.
Thanks.
I work with program which usage is program input-file output-file. How can I write
Share
Put
/dev/stdoutas the output filename.