bfs
Breadth-first search for your files
Bfs is a variant of the UNIX find
command that operates breadth-first rather than depth-first. It is otherwise compatible with many versions of find
, including POSIX, GNU, and *BSD find.
- Versions: 3.0.4
- Website: https://tavianator.com/projects/bfs.html
- Licenses: Zero-Clause BSD
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bfs
as follows:
guix install bfs
Or install a particular version:
guix install bfs@3.0.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of bfs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bfs'><img src='https://packages.guix.gnu.org/packages/bfs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/bfs)
Example Org:
[[https://packages.guix.gnu.org/packages/bfs][https://packages.guix.gnu.org/packages/bfs/badges/latest-version.svg]]