Quantcast
Channel: Pario TechnoBlob » regex
Browsing latest articles
Browse All 2 View Live

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, as listed in table. List...

View Article



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’ -exec grep -l regex \{\} \;...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images