sed替换文件内容 Jul 12 2014 把文件中的http替成ftpsed -i "s/http/ftp/g" filename不区分大小写sed -i "s/http/ftp/ig" filename