使用pandoc将text转换为docx

# GBK的文本文件转为docx文件
iconv -f GBK a.txt | pandoc --to=a.docx | iconv -t UTF-8

编程技巧