How come `time a.out > /dev/null` prints "time" output, while `time (a.out > /dev/null)` doesn't print anything at all. Shouldn't it be the other way around?
Thanks Alec
How come `time a.out > /dev/null` prints "time" output, while `time (a.out > /dev/null)` doesn't print anything at all. Shouldn't it be the other way around?
Thanks Alec