What is character class in bash shell linux and how to use them to search a pattern ?
In Linux, Character Classes is a group of characters which are responsible to perform pattern matching. Character Classes are defined using “[]” i.e. square brackets and matches any of the...