Matching regex in bash
In the last article we talked about the test command. The test command evaluates conditional statements on files, strings, and integers. In order to match against a regular expression, we need to use a new type of compound command. This command serves as a wrapper… Read More »Matching regex in bash