On Mon, 2003-07-21 at 13:02, Philippe Chartier wrote:

> > Currently you can only do this with filters, and in that case the
> > content is passed in via stdin (a simple script can be used to make it
> > behave as above if required).
> 
> I've been looking for something similar.
> 
> Would you have an example of such a script? For example, to dump the
> content passed via stdin to a file? 

#!/bin/sh
cat > /tmp/apa


would be enough to put the content in /tmp/apa. Not very useful but you
asked for it :)

/Erik

-- 
[EMAIL PROTECTED]
fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32
_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to