Hi, --- On Wed, Apr 24, 2013 at 12:41 PM, hari prasadh <[email protected]> wrote: | Is there anyway to compare two doc files in linux(centos).i tried with diff | command and it is not working. \--
"doc" is a representation format for data. For diff, you need to compare text (data). Use markdown to write your documents, and store them in plain text files. Diff can be applied on these. You can also convert them to any format using tools like Pandoc [1]. Data and presentation need to be separate. SK [1] Pandoc. http://johnmacfarlane.net/pandoc/ -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
