sed -i 's,gaia/fauna_fish,gaia/fauna/fish,g' -e 's,gaia/fauna_fish_tilapia,gaia/fauna/fish,g' -e 's,gaia/fauna_fish_tuna,gaia/fauna/fish,g' -e 's,gaia/fauna_rhino,gaia/fauna/rhinoceros,g' -e 's,gaia/fauna_,gaia/fauna/,g' -e 's,gaia/flora_tree_medit_fan_palm,gaia/flora/tree_fan_palm_mediterranean,g' -e 's,gaia/flora_tree_palm_tropic,gaia/flora/tree_palm_tropical_tall,g' -e 's,gaia/flora_tree_senegal_date_palm,gaia/flora/tree_date_palm_senegal,g' -e 's,gaia/flora_,gaia/flora/,g' `find binaries/data/mods/public/maps/*/ -name '*.js' -o -name '*.xml'` grep fauna_ binaries/data/mods/public/maps/*/* grep flora_ binaries/data/mods/public/maps/*/*