Manipula archivos de texto en varios formatos. Más información: https://keith.github.io/xcode-man-pages/textutil.1.html.
foo.rtf
:textutil -info {{foo.rtf}}
foo.rtf
en foo.html
:textutil -convert {{html}} {{foo.rtf}}
textutil {{foo.rtf}} -convert {{txt}}
foo.txt
en foo.rtf
, usando la fuente Times con un tamaño 10:textutil -convert {{rtf}} -font {{Times}} -fontsize {{10}} {{foo.txt}}
index.html
con el título HTML establecido en "Varios archivos":textutil -cat {{html}} -title "Varios archivos" -output {{index.html}} *.rtf