Fehler beim Ausführen des cat-Befehls "Mehrdeutige Ausgabeumleitung" erhalten

2878
Harshit

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.

1
can you be more specific than "unix csh"? are you using *tcsh*? on Linux? BSD? Solaris? AIX? HPUX? (oh gawd, tell me you're not on HPUX... please... i still have nightmares) quack quixote vor 14 Jahren 0
ich benutze tcsh. Harshit vor 14 Jahren 0
Das tut mir Leid. Chris Johnsen vor 14 Jahren 0

1 Antwort auf die Frage

1
Harshit

habe es in unix tcsh env ich kann wie folgt laufen:

(cat test.txt | java myfile > test1.txt) >& test2.txt