inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

쉽게 시작하는 쿠버네티스(v1.35)

네트워크 충돌 에러 해결을 위해 네트워크 주소 변경시 사용한 리눅스 command

251

Janet ParK

작성한 질문수 0

1

grep -rli '192.168.1' * | xargs -i@ sed -i 's/192.168.1/192.168.2/g' @

참고

https://stackoverflow.com/questions/11392478/how-to-replace-a-string-in-multiple-files-in-linux-command-line

답변 1

0

조훈(Hoon Jo)

감사합니다!!!