Find Command

Wiki.TerraBase.info
Revision as of 10:07, 10 October 2021 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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/*"