>>809
設定と後始末が必要だけどbashで
shopt -s globstar
perl -i.bak -pe 's/^#\$hogehoge = 1;/\$hogehoge = 0;/' ./**/config
find -name 'config.bak' -delete