We actually write to stderr by default, so: bin >/dev/null currently weirdly prints non-colorized output, whereas: bin 2>log weirdly prints colorized output to a file.