Vind bestanden of mappen onder een mappenboom, recursief. Meer informatie: https://manned.org/find.
find {{root_pad}} -name '{{*.ext}}'
find {{root_pad}} -path '{{**/path/**/*.ext}}' -or -name '{{*patroon*}}'
find {{root_pad}} -type d -iname '{{*lib*}}'
find {{root_pad}} -name '{{*.py}}' -not -path '{{*/site-packages/*}}'
find {{root_pad}} -maxdepth 1 -size {{+500k}} -size {{-10M}}
{}
binnen het commando om de bestandsnaam te openen):find {{root_pad}} -name '{{*.ext}}' -exec {{wc -l}} {} \;
find {{root_pad}} -daystart -mtime {{-1}} -exec {{tar -cvf archief.tar}} {} \+
find {{root_pad}} -type {{f|d}} -empty -delete -print