[EMAIL PROTECTED] writes:

>  I know this is a Unix shell command, and off-topic, but I'm
>  curious. I've been reading a few 'make' commands at work that end
>  in "|&" and I was wondering if that redirection string is
>  synonymous to "| /dev/stdout". 

        That's (t)csh-speak for "send both stdout and stderr to the
pipe".  '|' only covers stdout.


                                Robert Huff

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to