copy some rules from a file to all .htaccess files Get link Facebook X Pinterest Email Other Apps February 20, 2014 find /home/*/public_html -name ".htaccess" -exec cp {} "{}_$(date "+%F")_bak" \; for i in `cat htsearch.txt`; do echo $i; rsync -avzr --append /htaccess $i; sleep 1; done; Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment