다양한 형식의 텍스트 파일을 조작. 더 많은 정보: https://keith.github.io/xcode-man-pages/textutil.1.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 제목을 "Several Files"로 설정:textutil -cat {{html}} -title "Several Files" -output {{경로/대상/index.html}} *.rtf