William Squires ([EMAIL PROTECTED]) schrieb dereinst (am 13.04.2006 2:13 Uhr):
> Hi, I'm looking for a simple tool which satisfies one of the following: > > 1) An OS X service that can turn selected text (in an RTF-capable > editor such as TextEdit or AppleWorks 6) directly into an HTML file on > the desktop (it's okay if it gives it some generic name like > "untitled1.html") or a direct replacement of the selected text, or... Take a look a textutil (man textutil in Terminal). From the man pages (examples): textutil -convert html foo.rtf converts foo.rtf into foo.html. Cheers, Knut _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
