textutil
命令手册用于操作各种格式的文本文件。 更多信息:https://ss64.com/osx/textutil.html.
foo.rtf
的信息:textutil -info {{foo.rtf}}
foo.rtf
转换为 foo.html
:textutil -convert {{html}} {{foo.rtf}}
textutil {{foo.rtf}} -convert {{txt}}
foo.txt
转换为 foo.rtf
, 字体使用 Times 字号 10:textutil -convert {{rtf}} -font {{Times}} -fontsize {{10}} {{foo.txt}}
index.html
写入,HTML 标题设置为"多个文件":textutil -cat {{html}} -title "多个文件" -output {{index.html}} *.rtf