파일의 이전 문자열과 새 문자열을 모두 사용하여 파일에서 sed 바꾸기
다음과 같이 PHP 파일의 코드 블록을 자동으로 주석 처리하고 싶습니다. 원래 블록: // Enable all errors ini_set('display_startup_errors', 1); ini_set('display_errors', 1); error_reporting(E_ALL); 새로운 주석 블록: /* For the production version, the following codelines are commented out // ...