Return to Snippet

Revision: 51624
at September 29, 2011 22:32 by ferro


Initial Code
find . -exec grep -l "From: MAILER-DAEMON" {} \; | xargs rm -rvf '{}'

Initial URL


Initial Description


Initial Title
Delete all files of a directory which contains a specific contents, no mather the size of the directory

Initial Tags
files

Initial Language
Bash