[OT] What does this pipe do?

Chuck Swiger cswiger at mac.com
Wed Jan 24 01:11:20 UTC 2007


On Jan 23, 2007, at 5:00 PM, youshi10 at u.washington.edu wrote:
> 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".

In csh/tcsh shells, that construct means to pipe stderr of the first  
process into stdin of the second process in the pipeline.

-- 
-Chuck



More information about the freebsd-questions mailing list