Philippe Torche <[EMAIL PROTECTED]> wrote: > aPipe='|' > eval echo 'titi' $aPipe grep toto | grep titi
This is equivalent to: eval "echo titi | grep toto" | grep titi The whole eval counts as one pipeline element, regardless of what's inside it, so the top-level pipeline is only connecting two commands. paul _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash