

InterviewSolution
Saved Bookmarks
1. |
Solve : calling functions and passing parameter? |
Answer» hi again, im trying to call a KSH script from inside another script and i wanna pass a value hi again, im trying to call a ksh script from inside another script and i wanna pass a value this this: ScriptOneCmd=/scriptone.ksh # run scriptone.ksh, NEEDS 2 ARGUMENTS to execute $ScriptOneCmd arg1 arg2 |
|