개발
파일내에 특정 문자열을 치환하는 스크립트
에드몽단테스
2007. 11. 9. 16:45
find . -type f -exec perl -pi -e 's/.html/.php/g' {} \;
->.html을 .php로 바꾼다.
반응형