I had a problem with a file not opening at all, it turned out that there was a NULL byte embedded in the file. Check the file for special characters, cat -vet
may help if its not too big otherwise grep
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.