Bike Path
Showing posts with label
grep
.
Show all posts
Showing posts with label
grep
.
Show all posts
Tuesday, February 24, 2015
ACK and AG
Alternatives for grep -> ack and ag (much faster)
http://blog.newrelic.com/2015/01/28/grep-ack-ag/
It works on Linux and MAC. Use brew to install on MAC:
brew install ack
brew install ag
Thursday, October 24, 2013
replace a string in multiple files
grep -rl 'from' ./ | xargs sed -i 's/from/to/g'
Older Posts
Home
Subscribe to:
Posts (Atom)