Samer Haddad
Systems Engineer
I have a tcsh script called xx which takes 3 arguments like this: xx a b c
I want to run xx a b c inside a bash shell, how I do that?
I know I can do tcsh xx a b c
what is the syntax for passing xx a b c (with arguments) to the tcsh commmand?
pls help