[Note] This message was posted on Forum 60-256 at Ataraxis (BBS ofComputer Sicence).
Most of us know that we should add a new (empty) line at the end of our C code. In the same way we need to add a new (empty) line in Shell Programming.
In C, if u didn't add a new line, you can't compile your C code. But in Shell programming, generally you can run your shell script correctly, but sometimes ......
Suppose we have a piece of shell script named "test.sh":
#!/bin/csh -f
if ("$1" == "a") then