Just use a different delimiter: sed -i 's|foo|bar|g' filename. So, in your case: sed -i 's|/home/saeid/public_html|/home/saeid/www/domain.com/html|g' file.
確定! 回上一頁