perl -pi -e 's/[from_str]/[dest_str]/g' [file_path]
find ./ -type f -exec perl -pi -e 's/[from_str]/[dest_str]/g' {} \;
'Develop > Linux' 카테고리의 다른 글
[Linux] .swp로 원본 복구하기 (0) | 2013.05.13 |
---|---|
[Linux] 우분투 설치기 (0) | 2013.05.03 |
[Linux] vi를 이용한 원격 파일 편집 (0) | 2013.04.30 |
[Linux] vim 설정 (0) | 2013.04.29 |
[Linux] gDriver 사용하기 (0) | 2013.04.26 |