Skipping directories when “find”ing

when you want “find” to ignore a subdirectory, this is how :

find . -name data -prune -o -mtime -3

About this entry