fun: find . -type f -print0 | xargs -0 sed -i ’s/(id:[123456]:initdefault)/id:6:initdefault/g'

@williballenthin