1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #3005 from jtracey/patch-4

README: mark join as done
This commit is contained in:
Sylvestre Ledru 2022-02-01 08:57:49 +01:00 committed by GitHub
commit a764fdfb8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -376,18 +376,18 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).
| basename | df | |
| basenc | expr | |
| cat | install | |
| chcon | join | |
| chgrp | ls | |
| chmod | more | |
| chown | numfmt | |
| chroot | od (`--strings` and 128-bit data types missing) | |
| cksum | pr | |
| comm | printf | |
| csplit | sort | |
| cut | split | |
| dircolors | tac | |
| dirname | tail | |
| du | test | |
| chcon | ls | |
| chgrp | more | |
| chmod | numfmt | |
| chown | od (`--strings` and 128-bit data types missing) | |
| chroot | pr | |
| cksum | printf | |
| comm | sort | |
| csplit | split | |
| cut | tac | |
| dircolors | tail | |
| dirname | test | |
| du | | |
| echo | | |
| env | | |
| expand | | |
@ -401,6 +401,7 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).
| hostid | | |
| hostname | | |
| id | | |
| join | | |
| kill | | |
| link | | |
| ln | | |