Trancemission
Technical User
I am attempting to write a script that will take a variable that is passed to it and then execute another program with that variable but only after I have managed to 'chop' the text up:
SOME_NAME(#,#) will be the variable that is passed to the script. The #'s will be different numbers but it will always be in the above format
I need it then to execute:
path/to/myprog SOME_NAME
Cheers
Marcus
SOME_NAME(#,#) will be the variable that is passed to the script. The #'s will be different numbers but it will always be in the above format
I need it then to execute:
path/to/myprog SOME_NAME
Cheers
Marcus