unix - multiline ksh command just goes to a new line -


I am very new to KSH and I have made a small 5 line echo code in Notepad, pasted in copy and putty, but when I hit the hit, I get all this ">", essentially a The new line, for some reason, does not seem to run this code. I ".", "Exit", ";" But it gives me a new line starting from ">" ... how do I get a multi line code to run in KSH

Here the code Is:

  testvar1 = $ (bteq  

If line continuity is deliberate, then Carriage returns by entering a backslash at the end of the line This carriage requires special meaning of the return (sends the command to the shell):

  $ echo "Hello \" World "Hello World $  

Comments