You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
27 lines
846 B
Markdown
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.
|
|
|
|
[](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.
|