LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   make output redirect not working-pl help (https://www.linuxquestions.org/questions/programming-9/make-output-redirect-not-working-pl-help-340600/)

mselvam 07-06-2005 10:00 AM

make output redirect not working-pl help
 
Hi,
In Fedora Linux, when i give

$make > makeoutput 2>&1

i get the error "Ambiguous redirect .."

anyone knows why the error appears?
to me the above command looks right, asking make output including errors to the file named makeoutput

meena

jlliagre 07-06-2005 10:50 AM

You are using csh or a csh clone (tcsh, ...), but use an sh (bash, ksh, ...) redirection syntax.

Forget csh and use a serious shell.


All times are GMT -5. The time now is 07:35 AM.