I have a shell command "/var/tmp/shcommand" which interactively accepts 3 parameters(press enter after each parameter).Will the following commands work?
cat <<EOF |
param1
param2
param3
EOF
/var/tmp/shcommand
I have a shell command "/var/tmp/shcommand" which interactively accepts 3 parameters(press enter after each parameter).Will the following commands work?
cat <<EOF |
param1
param2
param3
EOF
/var/tmp/shcommand