用powershell 取代檔案內某文字

用powershell 取代檔案內某文字

powershell -Command "(gc Dump20180218-1.sql -encoding UTF8) -replace 'CREATE DEFINER=`root`@`10.10.10.52` FUNCTION', 'CREATE  FUNCTION' | sc  Dump20180218-1_.sql -encoding UTF8"