echo banana apple pear grape melon orange lime
read fruit1 fruit2 fruit3
Questions: - How to test if the user input 3 arguments and not less? - How to test if the 3 arguments are in the list or if it is 3 out of these seven?
I read many things on the internet, I tried playing with s#, nothing is working.