I'm very new to Unix scripting (.ksh). I have to implement a functionality to check whether my argument says "welcome" present in an string array e.g.
{"welcome","test","exit"}
The logic is similar to String.contains
in Java.
Any help will be appreciated.