Monday 23 December 2019

file - Unix command to find non-ascii chars

I have a file 500MB of size.
It has some non-ascii characters in it. I just want to find out those characters using Unix command. May it will be better to get the line numbers and position at each line.




Thanks :)

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...