another help with scripting?!
in my script i need to have only 2 answers, YES and NO. and if someone answer something else i heed to tell him that answers are only YES and NO and no others and to redirect him again to the same question.
example
echo -n "Do you want to make a new copy (yes/no)"
(if YES then continue) (if NO again continue) ( if something else "answer only with YES or NO Do you want to make a new copy (yes/no))???
|