- Aug
- 30
- 1
Hello
The TEE command seems to be appending a null character to the text that it appends to the output files. I first noticed this with TCC 26.01.38, and the behaviour is still present in TCC 26.01.39
For example, executing this and then viewing the output file in something like NotePad++ will reveal a null character at the end of the line:
echo hello | tee test.txt
Chris
The TEE command seems to be appending a null character to the text that it appends to the output files. I first noticed this with TCC 26.01.38, and the behaviour is still present in TCC 26.01.39
For example, executing this and then viewing the output file in something like NotePad++ will reveal a null character at the end of the line:
echo hello | tee test.txt
Chris