2011/11/08

textutil

めったに使わないコマンド textutil
-- rtf file を plain text に変換する方法 --

# /Libray で rtf file をみかけたら適当な名前でホームにコピーする。
% cp /Library/Documentation/AirPort\ Acknowledgements.rtf ~/airport-doc.rtf

# そのファイルの information を表示する。

% textutil -info airport-doc.rtf
File:  airport-doc.rtf
  Type:  rich text format (RTF)
  Size:  43836 bytes
  Length:  39382 characters
  Contents:  Acknowledgments...
% 


# ヘルプで確認する。
% textutil -help

...

-convert fmt convert each input file to format (txt, rtf, rtfd,
html, doc, docx, odt, wordml, or webarchive)


# txt に変換。

% textutil  ~/airport-doc.rtf  -convert txt -output ~/000.txt


# txt ファイルを読む。

% more ~/000.txt

0 件のコメント: