LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   question on Unix using linux (https://www.linuxquestions.org/questions/programming-9/question-on-unix-using-linux-68435/)

collegegirl2004 06-27-2003 07:59 AM

question on Unix using linux
 
hi i have a question can someone help me with an error i am having the error states parse error at end of input can some tell me what that means i would really apperate it

Jillian

lackluster 06-27-2003 08:07 AM

this is why we don't let girls in...

I'm joking, but your lack of information about your problem and improper forum ettiquitte is not funny.

WHAT ERROR? And what does Unix using linux mean?

david_ross 06-27-2003 01:55 PM

lackluster is right -
What language are you using?
Can you post your script / program so we can see.

Dark_Helmet 06-28-2003 09:40 AM

To give you the best response, then yes, we would need to see the text of what you're trying to execute. Is it a shell script? Is it source code you're trying to compile?

An error message like what you describe usually indicates you forgot to properly close a begin-end type of block. For instance, in bash shell scripting you MUST have an if ... fi combination when using an if statement; a do ... done pair for certain loops. For C, you need curly brace pairs { ... }

Check through your code/command/script to make sure you've got all the matching pairs you need.


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