Changes

Jump to: navigation, search

OPS102 - Regular Expressions

29 bytes added, 23:29, 5 December 2023
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

Navigation menu