Hello,

Can I pass multiple lines of text with the pipe action?

My email program requires the Subject: header as the first line of data
passed into it. I'm trying to invoke this with action=pipe but I'm
having problems passing the newline in e.g.
 action=pipe 'Subject:Alert\n $1 $2 $3' ...

I've tried various formats e.g.
action=pipe 'text \
$1 $2 $3'

However this seems to output single line output instead of two.

Using Ctrl-v prefix I can get other control-characters in there (0x0d
0x08) but with Ctrl-j I get two characters out in it's place, open and
close brackets () 0x2829

I'm trying to solve this with pipe to keep overheads low, is it
possible?

TIA, Graeme
Good planets are hard to find - please think of the environment before you 
print this email.
____________________________________________________________________
CAUTION - This message may contain privileged and confidential 
information intended only for the use of the addressee named above.
If you are not the intended recipient of this message you are hereby 
notified that any use, dissemination, distribution or reproduction 
of this message is prohibited. If you have received this message in 
error please notify Air New Zealand immediately. Any views expressed 
in this message are those of the individual sender and may not 
necessarily reflect the views of Air New Zealand.
_____________________________________________________________________
For more information on the Air New Zealand Group, visit us online
at http://www.airnewzealand.com 
_____________________________________________________________________


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to