Differences between version 5 and revision by previous author of Odt2txt.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Friday, April 13, 2007 8:56:28 pm | by AristotlePagaltzis | Revert |
Older page: | version 3 | Last edited on Monday, February 26, 2007 11:53:24 pm | by BenStaz | Revert |
@@ -1,9 +1 @@
-http://www
.freewisdom.org/projects/python-markdown/odt2txt.php
-
-I found odt2txt very useful for converting .odt (open document text files that openoffice creates) to .txt
-
-If you have a huge bunch of .odt files that you want converted try this command:
-
-''find -name '*.odt' | while read odt; do odt2txt.py "$odt" > "${odt%.odt}.txt"; done;''
-
-So now my flatmates can read all the cooking recipes without installing openoffice :)
+Describe [Odt2txt] here
.