- May
- 13,828
- 211
Compare these.
Two notes:
1. I use Consolas 20. This only happens if my console (window and buffer) is 112 characters wide.
2. The newlines in the file are 0x0A (only). I made the file with something like this
If I let dumpel.exe write the file (-f file option) I get 0x0D0A for newlines and TAIL seems OK with that.
Two notes:
1. I use Consolas 20. This only happens if my console (window and buffer) is 112 characters wide.
2. The newlines in the file are 0x0A (only). I made the file with something like this
Code:
2>NUL dumpel ... | grep ... > weights.txt
If I let dumpel.exe write the file (-f file option) I get 0x0D0A for newlines and TAIL seems OK with that.