CHM formated files (parsing)

Serg B. sergicles at gmail.com
Sun Mar 4 16:02:23 UTC 2007


Hi All,

I have a bunch of CHM formatted files that I need interrogate for
certina info...

E.g: for i in *.chm; do grep my_name $i; done

The problem is that Linux (and undoubtedly Windows) sees the files as
binary data making grep useless. Therefore is there a way to quickly
(hopefully from command line since I need to script) parse a CHM
files?

   Thank,

-- 
Serg




More information about the ubuntu-users mailing list