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.
|
while executing
I am getting error "Ambiguous output redirect." my java file contains System.out and System.err . I am in Unix csh environment. | |||||||
feedback
|
|
got it in unix tcsh env i can run as follows :
| |||
|
feedback
|