How To Use Regular Expression – Regex In Bash Linux?
Linux bash provides a lot of commands and features for Regular Expressions or regex. grep , expr , sed and awk are some of them. Bash also have =~ operator which is named as RE-match operator. In this tutorial we will look =~ operator and use cases. More information about regex command cna be found in the following tutorials. … Read more