bfs

Búsqueda exhaustiva de tus archivos. Más información: https://manned.org/bfs.

bfs {{ruta_raíz}} -name '{{*.ext}}'

bfs {{ruta_raíz}} -path '{{**/ruta/**/*.ext}}' -or -name '{{*patrón*}}'

bfs {{ruta_raíz}} -type d -iname '{{*lib*}}'

bfs {{ruta_raíz}} -name '{{*.py}}' -not -path '{{*/paquetes/*}}'

bfs {{ruta_raíz}} -maxdepth 1 -size {{+500k}} -size {{-10M}}

bfs {{ruta_root}} -name '{{*.ext}}' -exec {{wc -l}} {} \;

bfs {{ruta_raíz}} -daystart -mtime {{-1}} -exec {{tar -cvf archivo.tar}} {} \+

bfs {{ruta_raíz}} -type {{f|d}} -empty -delete -print