Hi all, is there a platform independent way to do the equivalent of "some_program < /dev/null > /dev/null" using std.process?
I neither want to capture/print the standard output of the child process nor have anything available on its input. Quite probably, I'm just missing something obvious… Cheers, David