I did have to do a lots of modification in almost 600 files, and i did it using Linux SED:
grep -ilr ‘UA-1234567-1′ * | xargs -i@ sed -i ‘s/UA-1234567-1/UA-9876543-2/g’ @
what it really does is replace the string UA-1234567-1 with UA-9876543-2
I did have to do a lots of modification in almost 600 files, and i did it using Linux SED:
grep -ilr ‘UA-1234567-1′ * | xargs -i@ sed -i ‘s/UA-1234567-1/UA-9876543-2/g’ @
what it really does is replace the string UA-1234567-1 with UA-9876543-2
32, studied Software engineering , doing Application Management, for Internet & New Media department at Pirelli, i like Mac OS X, working with opensource software. More about Daniel GaneaEvoLve theme by Blogatize • Powered by WordPress Blog of Daniel Ganea
here is what i find usable to post
Recent Comments