I have been trying to write a simple Markdown -> docx parser/writer, but am completely stuck with the last part, which should be the easiest: i.e. compressing the folder int
Here are steps to unzip my.docx and re-zip:
% mkdir unzipped % cd unzipped/ % unzip ../my.docx % zip -r ../rezipped.docx * % open ../rezipped.docx