This may be a *nix thing, I'm not sure.
|
feedback
|
|
An extra byte is for the line end at the end of the file, it's quite common for Linux text editors to add this line end after the last line. | |||||||||||||
feedback
|
|
Probably a trailing new-line character. For example, a file created in a text editor containing only an 'a' may actually contain 2 bytes:
However, using
| |||
|
feedback
|