I am creating a script but I am stuck because I need it to stimulate user input for another script that is call. I am able to answer the first question by going: echo "y" | othercommand.sh But I need to stimulate the answers for the other two questions, how would I go about this.
Thanks.