mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
add more information about the GNU compat (#3410)
* add more information about the GNU compat Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
parent
0a3b07f056
commit
34a1b23342
1 changed files with 11 additions and 3 deletions
14
README.md
14
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 | | |
|
||||
|
|
Loading…
Reference in a new issue