Is there a way to redirect stderr to stdout, so that all stderr output is received in stdout, but without also redirecting to a file?
There are of course a number of ways of redirecting stderr to stdout and then outputting the combined stream to a file, but in this case I want all of the output to just come through stdout without any files being involved.