On Sun, Nov 12, 2006 at 09:29:01PM -0800, Scott Leighton wrote: > With your suggestion, to achieve the same effect one > would have to have this 'signature' script running in the > background, say with cron, every minute or so dumping > the output to a text file that is the file specified as the > signature attach file in Mozilla/TB. Course, this assumes > that Mozilla/TB doesn't cache that file, in which case > even the cron example wouldn't work.
No, use a 'named pipe'. [man mkfifo] That will run a command as if it were a file (like ~/.signature) or run a file as if it were a command. houghi -- To have a nice mailinglist experience, follow the guidelines below: > Please do not toppost. Please turn off HTML > Read http://en.opensuse.org/Opensuse_mailing_list_netiquette > Read http://www.catb.org/~esr/faqs/smart-questions.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
