有一个非常智能且有用的段落格式化程序 header('Content-Type: application/vnd.oasis.opendocument.text');
header('Content-Disposition: attachment; filename="myfile.odt"');
(par website)。我和Vim一起使用它很棒。我想在Windows命令行中使用它。 (我使用的是Windows 7)。但是我收到par
错误。如何在 Windows命令提示符中使用par。我已经在我的路径中拥有它,所以它确实找到了它并且还给了我帮助内容。但是,当我将长文本流传递给它时,我无法弄清楚它为什么会出错。
(因为开发人员网站上有一个par error: bad argument
。我很确定它适用于Windows。)
par.exe
我已经成功地使用了Vim并且效果很好。请帮忙。
答案 0 :(得分:1)
我认为输入必须通过管道传输到工具中,而不是作为参数传递。所以对于你的例子,试试这个:
echo This is a long long paragraph. Please shorten it to 30 characters per line. But it does not work.| par w30
echo This is a long long paragraph. Please shorten it to 30 characters per line and also justify the text. But it does not work.| par 30j