docx2txt

 PREAMBLE

Tutorial expresses the author's subjective ideas and conform to AAL license.


Description



Intro

Some links, for sure need a shortner. Try from the list of below.


Next Level

Download any .docx document from your favorite search engine. For lazy one use this docX. Move it in /tmp folder.

# apt install docx2txt
$ cd /tmp

Rename it
$ mv -v Linux\ 101\ Lesson\ Plan.docx  linux.101.lesson.plan.docx

To only read the document:
$ docx2txt  linux.101.lesson.plan.docx | less

To convert docX to TXT:
$ docx2txt < linux.101.lesson.plan.docx > lin.les.txt
$ ls -lh


Last thoughts

Be shure that I will update tutorial in the future. So, stay on tune. And, in case it was useful, share please with your fellows or comment something regarded the subject.

For donations use that link.

Comments