Files
2026-04-01 08:58:23 +02:00

27 lines
846 B
Markdown

+++
title = "findutils"
template = "project.html"
+++
Rust implementation of GNU findutils: `xargs`, `find`, `locate` and `updatedb`.
This project aims to be a drop-in replacement of the original commands.
# Goals
This project aims to be a drop-in replacement for the GNU findutils. Differences with GNU are treated as bugs.
[![BFS test results](https://raw.githubusercontent.com/uutils/findutils-tracking/refs/heads/main/bfs-results.svg)](https://github.com/uutils/findutils-tracking)
# Contributing
To contribute to uutils findutils, please see [CONTRIBUTING](https://github.com/uutils/findutils/blob/main/CONTRIBUTING.md).
# License
uutils findutils is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/findutils/blob/main/LICENSE) file for details.
GNU findutils is licensed under the GPL 3.0 or later.