From 34a1b233425f1578e1eb0c9aef7de082858909e5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 17 Apr 2022 08:59:42 +0200 Subject: [PATCH] add more information about the GNU compat (#3410) * add more information about the GNU compat Co-authored-by: Terts Diepraam --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0683e42f8..f10edc125 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,15 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md). ## Utilities -| Done | Semi-Done | To Do | +Please note that this is not fully accurate: +* Some new options can be added / removed in the GNU implementation; +* Some error management might be missing; +* Some behaviors might be different. + +See https://github.com/uutils/coreutils/issues/3336 for the main meta bugs +(many are missing). + +| Done | WIP | To Do | |-----------|-----------|--------| | arch | cp | stty | | base32 | date | | @@ -417,8 +425,8 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md). | cut | tac | | | dircolors | tail | | | dirname | test | | -| du | | | -| echo | | | +| du | dir | | +| echo | vdir | | | env | | | | expand | | | | factor | | |