Mathz.nu
—
by
You can use this to find a string in a file and remove the file. find . | xargs grep -l youemail@email.com | awk '{print "rm "$1}' > doit.sh Look in file doit.sh for errors. Execute the file: bash doit.sh
find . | xargs grep -l youemail@email.com | awk '{print "rm "$1}' > doit.sh
bash doit.sh
Your email address will not be published. Required fields are marked *
Comment *
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply