How can I find all UTF-16 encoded text files in a directory tree with a unix command?

Posted by Jochen on Super User See other posts from Super User or by Jochen
Published on 2010-03-19T00:33:43Z Indexed on 2010/03/19 0:41 UTC
Read the original article Hit count: 333

Filed under:
|

Hi,

I want to use a *nix shell command to find all UTF-16 encoded files (containing the UTF-16 Byte Order Mark) in a directory tree. Is there a command that I can use?

Regards, Jochen

© Super User or respective owner

Related posts about find

Related posts about character-encoding