> This is no small task,
From a quick test, a one-liner can easily do the DUMP bla removal:
find /root/dir/of/your/mapfiles -name "*.map" -exec sed -i
"s/\s*DUMP.*//" {} \;
Even
--
http://www.spatialys.com
My software is free, but my time generally not.