find all files and files in a subdir on September 22, 2009 at 9:00 am Posted In: Unix notes (Cat) find . -type f | xargs grep -l “VALUE” to delete some files find . -name “*.aud” -mtime +1 -exec rm {} \;
Discussion ¬