Does Splus prompt you for these arguments?
If so then do this:
Code:
#!/bin/ksh
#
Splus <<EOF
arg1
arg2
arg3
EOF
Otherwise if these "arguments" are parameters, then do this:
Code:
#!/bin/ksh
#
Splus arg1 arg2 arg3
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.