No more rewrite?
Posted on March 19th, 2009 by Daniel
Supposedly, thanks to Steve, I should have WP no longer messing with my text! Let’s see:
find . --name "*.c" -exec grep -H "dang rules!" {} \;
Did it work?
Supposedly, thanks to Steve, I should have WP no longer messing with my text! Let’s see:
find . --name "*.c" -exec grep -H "dang rules!" {} \;
Did it work?
Looks good, man. I dunno if it applies to comments:
find . –name “*.c” -exec grep -H “dang rules!” {} \;
Yep, it apparently does. Thanks, Steve.