find . -name '*.txt' |xargs perl -pi -e 's@대상단어@치환단어@g'


이 게시물을..