I'm trying to do a simple if
statement but one of the string contains square brackets.
I've tried with \ ' " +
and everything came in my mind.
I've basically this:
if [ $MESSAGE = "username [$USERNAME] is already taken" ]
and in this case I would like to throw an error message.