in reply to Private Utilities
I have this, quotemeta for pipes e.g; find -name *.pl | quotemeta | xargs grep foo
And this icky URIgrep:#perl -p s/([ '"$*?()\[\]])/\\$1/g;
#perl -l -O777 $_=<>;while(m/(\w+:\/\/[-a-zA-Z0-9\$_.+!*'(),?\/\%\&=~:]+)/g){print$1; +}
--
In Bob We Trust, All Others Bring Data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Private Utilities
by Eimi Metamorphoumai (Deacon) on Dec 01, 2005 at 00:59 UTC | |
by thor (Priest) on Dec 01, 2005 at 04:47 UTC | |
by belg4mit (Prior) on Dec 01, 2005 at 01:08 UTC |