The grep -a, --text option may be of use to you. This will force grep to actually print the contents of the file.
If you are looking to fix the actual file, I would say open it up in an editor and resave it and see what that does.
The grep -a, --text option may be of use to you. This will force grep to actually print the contents of the file.
If you are looking to fix the actual file, I would say open it up in an editor and resave it and see what that does.