habe es in unix tcsh env ich kann wie folgt laufen:
(cat test.txt | java myfile > test1.txt) >& test2.txt
während der Ausführung
cat test.txt | java myfile > test1.txt 2> test2.txt
Ich erhalte die Fehlermeldung "Mehrdeutige Ausgabe-Weiterleitung".
Meine Java-Datei enthält System.out und System.err.
Ich bin in einer Unix-csh-Umgebung.
habe es in unix tcsh env ich kann wie folgt laufen:
(cat test.txt | java myfile > test1.txt) >& test2.txt