Date: Wed, 5 Mar 1997 10:44:44 +0200 (IST) From: Eli Zaretskii To: Bill Currie cc: djgpp AT delorie DOT com Subject: Re: bash-ing pipes :) In-Reply-To: <331CAADC.24EB@blackmagic.tait.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Mar 1997, Bill Currie wrote: > bash$ cat o|sed -e "s/.*_\(.*\)/TView_virtual_functions(\1)/" > bash: pipe error: No such file or directory (ENOENT) > bash$ > > Is there something I have to set up, or are pipes not yet supported> Of course it's supported, otherwise no serious shell script could be run. The above command works for me (of course, I didn't have the file `o'), so this is something specific to your setup. Are these `sed' and `cat' from the DJGPP ports? Does your TMPDIR point to a non-existing drive/directory?