From 6e237e1e3c4446c0c438fa112e6a1899436da43c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Apr 2026 08:58:23 +0200 Subject: [PATCH] Add Goals section to findutils page --- content/findutils.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/findutils.md b/content/findutils.md index aa4258134..d801f9f5c 100644 --- a/content/findutils.md +++ b/content/findutils.md @@ -9,6 +9,10 @@ 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