find /home -iname ".htaccess" -exec grep -l "FollowSymLinks" {} \;
Do I add SED into the -exec so that I can do a find and replace of:
+FollowSymLinks to +SymLinksIfOwnerMatch
find /home -iname ".htaccess" -exec grep -l "FollowSymLinks" {} \;
Do I add SED into the -exec so that I can do a find and replace of:
+FollowSymLinks to +SymLinksIfOwnerMatch