4 ms·
I like to do `g++ foo.cc |& tee /tmp/out` then you can `less /tmp/out`, grep the file, open it in an editor etc.
by dmitris 2y ago
I like to do `g++ foo.cc |& tee /tmp/out`
then you can `less /tmp/out`, grep the file, open it in an editor etc.
4 ms·