getting error while doing cat command "Ambiguous output redirect."
Posted
by Harshit
on Super User
See other posts from Super User
or by Harshit
Published on 2010-03-23T05:31:03Z
Indexed on
2010/03/23
5:33 UTC
Read the original article
Hit count: 328
unix
while executing
cat test.txt | java myfile > test1.txt 2> test2.txt
I am getting error "Ambiguous output redirect."
my java file contains System.out and System.err .
I am in Unix csh environment.
© Super User or respective owner