{{#include logo.svg}}
<style>
#logo {
height: 200px;
width: 100%;
}
g, polygon {
fill: inherit;
stroke: inherit;
}
#gear circle {
stroke: var(--fg);
}
#gear polygon,
#gear use {
fill: var(--fg);
stroke: var(--fg);
}
</style>
# uutils findutils Documentation
The uutils findutils project reimplements the GNU findutils in Rust. It is available for Linux, Windows, Mac
and other platforms.
uutils is licensed under the
[MIT License](https://github.com/uutils/findutils/blob/main/LICENSE).
## Useful links
- [Releases](https://github.com/uutils/findutils/releases)
- [Source Code](https://github.com/uutils/findutils)
- [Issues](https://github.com/uutils/findutils/issues)
- [Discord](https://discord.gg/wQVJbvJ)
> Note: This manual is automatically generated from the source code and is a
> work in progress.