Pario TechnoBlob
About
Posts
Tag: regex
Grep recursively through subdirectories
grep recursively through subdirectories for files that match a specific pattern: grep -l -r –include=
.doc regex * The equivalent command unsing find: find . -name ‘
.doc’...
regex –make option
Get a ready regex The –make option is described by its author as “a remedy for headaches.” It outputs a regexp for one of several common patterns that are given as arguments,...