Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove htaccess files in all folders linux

find . -type f -perm 0444 -name ".htaccess" -exec echo rm {} ;


 
PREVIOUS NEXT
Tagged: #remove #htaccess #files #folders #linux
ADD COMMENT
Topic
Name
4+2 =