since versions 3 bash has included a simple regular expression operation =~
below is a simple example of it in action
1 2 3 4 5 6 7 8 9 | |
since versions 3 bash has included a simple regular expression operation =~
below is a simple example of it in action
1 2 3 4 5 6 7 8 9 | |