7
마지막 x 발생을 제외한 문자 교체
다음과 같은 IP와 상호 관련된 많은 호스트 이름을 가진 파일이 있습니다. x-cluster-front-1 192.168.1.2 x-cluster-front-2 192.158.1.10 y-cluster-back-1 10.1.11.99 y-cluster-back-2 10.1.157.38 int.test.example.com 59.2.86.3 super.awesome.machine 123.234.15.6 나는 다음과 같이 보이기를 원한다. x-cluster-front-1 192.168.1.2 x-cluster-front-2 192.158.1.10 y-cluster-back-1 10.1.11.99 y-cluster-back-2 10.1.157.38 int-test-example-com 59.2.86.3 super-awesome-machine 123.234.15.6 을 어떻게 교체 할 수 있습니까? 두 번째 열에 의한 …