advanced code snippet search
micmath on 07/13/07
07/13/07 06:25am
This requires a Bash shell and perl.
for i in `find ./ -name foo` ; { perl -p -i -e ās/old/new/gā $i ;}
Report this snippet Tweet
Comment:
You need to login to post a comment.