Description: | find(1) variant optimised for finding files rather than listing files |
Status: | Complete |
Source: | https://git.maandree.se/bfind |
Latest release: | 3.0.1 |
License: | ISC License (Internet Systems Consortium license) |
Written in: | C (ISO C99) |
bfind is a minimalistic alternative to find(1) that is designed to be efficient that locating files. To accomplish this, bfind uses breadth-first crawling instead of depth-first crawling.