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
do i only mension the name and the variavle or there is a procedure.Quote

hi again, im trying to call a ksh script from inside another script and i wanna pass a value
do i only mension the name and the variavle or there is a procedure.


this this:

ScriptOneCmd=/scriptone.ksh

# run scriptone.ksh, NEEDS 2 ARGUMENTS to execute
$ScriptOneCmd arg1 arg2



Discussion

No Comment Found