1,885
edits
Changes
→Using Regular Expressions
* Linux
** GNU grep
** The bash test command <code><nowiki>[[ "string" =~ regexp ]]</nowiki></code>
** The less command, using the / and ? keystrokes for searching forward and backward
** The vi/vim editor
** The bash test command <code><nowiki>[[ "string" =~ regexp ]]</nowiki></code>sed and awk utilities
* Windows