Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged regex



« Prev 1 Next »
As portrayed by the example found in the [Advanced Bash Scripting guide](http://tldp.org/LDP/abs/html/here-docs.html) this demonstrates a few techniques
0 1960 posted 12 years ago by symsec
As portrayed by the example found in the [Advanced Bash Scripting guide](http://tldp.org/LDP/abs/html/here-docs.html) this demonstrates a few techniques
0 1892 posted 12 years ago by symsec
0 981 posted 14 years ago by Risse
Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.
0 1027 posted 14 years ago by jarnaldich
Howto search and replace in vim when editing a file.
1 1133 posted 15 years ago by wdso
0 1262 posted 17 years ago by zingo
\Q...\E perl quoting means no ugly escaping in the regex. find's -print0 with xargs -0 is the secret to handling files with spaces in their names.
1 1641 posted 17 years ago by ches
« Prev 1 Next »