Articles
Subscribe via RSS
-
Bash Tips & Tricks: Checking a variable against multiple values
Oct 232020Sometimes we need to check a variable against a list of possible values. We usually would do in Bash what we do in other languages: