I am doing compressing of JavaScript files and the compressor is complaining that my files have  character in them.

How can I search for these cha
Using tail might be easier:
tail --bytes=+4 filename > new_filename