> I'm not quite sure if Kenneth is right.
> 
> For a reference on the <( ... ) construct of the bash shell, enter
> this in a shell if you have the stand-alone `info' viewer installed:
> 
> $ info --index-search="process substitution" bash
> 
> In Emacs, type "C-h m bash i process substitution <ENTER>".

I stand corrected... and I learn something new every day.  Makes much
sense now that I've done 'man grepmail' (I had been assuming the
results were a list of files).

And I agree... very slick, since in kshell it would take something like:

   grepmail -huqd "between 2001-09-01 and 2001-10-01" \
            "^From.*frob@(foo|bar).net" mbox1 mbox2 mbox3 > tmp.txt
   mutt -f tmp.txt
   rm tmp.txt 

Anyway, sorry to put my foot in my mouth so publicly. ;-)

KEN

--
Kenneth J. Pronovici <[EMAIL PROTECTED]>
Personal Homepage: http://www.skyjammer.com/~pronovic/
"They that can give up essential liberty to obtain a little 
 temporary safety deserve neither liberty nor safety." 
      - Benjamin Franklin, Historical Review of Pennsylvania, 1759 

Attachment: msg21481/pgp00000.pgp
Description: PGP signature

Reply via email to