Wildcard searching in the terminal
While I often reach for * when searching for files in the terminal, I just discovered that the ? symbol represents a single character. Secondly, in a similar manner to regex, you can also specify a subset of characters by placing them in []. chris@ch...
Aug 20, 20231 min read9
