Find Command

Wiki.TerraBase.info
Jump to navigation Jump to search

Hmmm, OK: find / -not \( -path /proc -prune \) -name squid

Much Better: find / -type f -size +100M -not -path "/WhatEverFirstPath/*" -not -path "/WhatEverSecondPath/*"