# "http://subdomain.test.com" -> "https://test.com" ile değiştirmek için
find /home/TestUser/ -type f -exec sed -i 's|http://subdomain.test.com|https://test.com|g' {} \;
Categories: Bash languageScan And Search
# "http://subdomain.test.com" -> "https://test.com" ile değiştirmek için
find /home/TestUser/ -type f -exec sed -i 's|http://subdomain.test.com|https://test.com|g' {} \;
30 Comments