How To Use Regex (Regular Expression) with Grep?
grep is very popular tool used to match given search patterns in given text. grep provides simple glob search but also provides regexsupport which is very useful for complex search
Continue readingLinux, Windows, Security, Programming, Network Tutorials
grep is very popular tool used to match given search patterns in given text. grep provides simple glob search but also provides regexsupport which is very useful for complex search
Continue readingLinux 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
Continue reading