aman Asked: 18-06-22 how can i remove file from all folders using comand in php 0 Delete file from all folders Using php<?phpshell_exec('find /public_html/ . -name "fileNAme" -delete');?> Share Facebook 1 More Answers Answers aman 2022-08-19 15:34:18 shell_exec('find /public_html/ . -name ".htaccess" -delete');. 0 Share Share Share on Facebook Share on Twitter Share on LinkedIn Share on WhatsApp Cancel reply
shell_exec('find /public_html/ . -name ".htaccess" -delete');
.0