PHP + MySQL Resources / Class
Programming, php, MySQL, javascript, html, css .....
1/28/2017
Find files containing text and remove them
Find files containing text and remove them
$ find . -type f -exec grep -q search_term {} \; -exec rm {} \;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)