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