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 648 posted 11 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 627 posted 11 years ago by symsec
0 477 posted 12 years ago by Risse
Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.
0 537 posted 13 years ago by jarnaldich
Howto search and replace in vim when editing a file.
1 613 posted 14 years ago by wdso
0 664 posted 15 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 905 posted 16 years ago by ches
« Prev 1 Next »