format translation: update

This commit is contained in:
Ein Verne
2019-10-20 10:34:33 +08:00
committed by Starbeamrainbowlabs
parent 30c2bd4c7c
commit b33795f8ab
72 changed files with 173 additions and 173 deletions

View File

@@ -14,10 +14,10 @@
`textutil {{foo.rtf}} -convert {{txt}}`
- 将 foo.txt 转换为 foo.rtf,字体使用 Times 字号 10:
- 将 foo.txt 转换为 foo.rtf, 字体使用 Times 字号 10:
`textutil -convert {{rtf}} -font {{Times}} -fontsize {{10}} {{foo.txt}}`
- 加载当前目录中的所有RTF文件,连接其内容,并将结果作为index.html写入,HTML标题设置为"多个文件":
- 加载当前目录中的所有 RTF 文件连接其内容并将结果作为 index.html 写入HTML 标题设置为"多个文件":
`textutil -cat {{html}} -title "多个文件" -output {{index.html}} *.rtf`