find . -type f -name '*.d' | xargs -- /usr/bin/perl -w -pi -e 's{찾을문자}{치환문자}g'
-폴더와 그 하위 폴더까지 검색하여 문자를 찾음
- grep -r 폴더명 찾을문자