Hi, there
I am working on several NT shell scripts. Some of them are growing into 400-500 lines and lots of if-goto or looping.
I am wondering if someone knows tools to let me check the script syntax. so I don't need to worry about typing error, etc.
Mistyping a wrong variable name or label name is just disaster in Shell script. Before I cover the particular branch, there is no way to tell out. Sometimes, the cmd.exe even think it's all right and quietly continue, but just go to a wrong branch.
thanks,
Feng
I am working on several NT shell scripts. Some of them are growing into 400-500 lines and lots of if-goto or looping.
I am wondering if someone knows tools to let me check the script syntax. so I don't need to worry about typing error, etc.
Mistyping a wrong variable name or label name is just disaster in Shell script. Before I cover the particular branch, there is no way to tell out. Sometimes, the cmd.exe even think it's all right and quietly continue, but just go to a wrong branch.
thanks,
Feng