bfs

파일에 대한 너비 우선 검색. 더 많은 정보: https://manned.org/bfs.

bfs {{루트_경로}} -name '{{*.ext}}'

bfs {{루트_경로}} -path '{{**/경로/**/*.ext}}' -or -name '{{*패턴*}}'

bfs {{루트_경로}} -type d -iname '{{*lib*}}'

bfs {{루트_경로}} -name '{{*.py}}' -not -path '{{*/사이트-패키지/*}}'

bfs {{루트_경로}} -maxdepth 1 -size {{+500k}} -size {{-10M}}

bfs {{루트_경로}} -name '{{*.ext}}' -exec {{wc -l}} {} \;

bfs {{루트_경로}} -daystart -mtime {{-1}} -exec {{tar -cvf archive.tar}} {} \+

bfs {{루트_경로}} -type {{f|d}} -empty -delete -print