How can I do that in bash? And is it possible to change [[ $1 =~ apple && $1 =~ banana ]] to something like [[ $1 =~ apple&&banana ]] ?
testme