Mail Archives: djgpp/1997/03/05/04:06:10
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?
- Raw text -