Difference between revisions of "Change user in XML export"
From Organic Design wiki
(Regex works on Linux -maybe not on OS X (go figure)) |
(Example of a BEGIN block) |
||
Line 8: | Line 8: | ||
{{code|<PHP> | {{code|<PHP> | ||
− | perl -ne 's/(<username>)\w+?(<\/username>\s+?<id>)\d+?(<\/id>)/${1}WikiSysop${2}1${3}/g; ; print ' IN.xml > OUT.xml | + | perl -ne 'BEGIN{$/=undef} s/(<username>)\w+?(<\/username>\s+?<id>)\d+?(<\/id>)/${1}WikiSysop${2}1${3}/g; ; print ' IN.xml > OUT.xml |
</PHP> | </PHP> | ||
}} | }} |