chrisaiv on 03/30/08
Last Edited at 03/30/08 07:34pm
grep -rl target_string . | xargs perl -pi~ -e 's/target_string/replacement_string/g'
Report this snippet Tweet
Comment:
You need to login to post a comment.