imported_Frank
Member
Hello!
I'd like to know how, in my bash script, I can compare a variable to a text string.. just like in php:
The variable needs to be compared to a text string, no numbers 🙂
Thanks all! Frank
I'd like to know how, in my bash script, I can compare a variable to a text string.. just like in php:
if ($blabla == "ohohoh") { ... }
The variable needs to be compared to a text string, no numbers 🙂
Thanks all! Frank