From 8389a36eb0f36ccba04adcfb91ebd10daf5e99ad Mon Sep 17 00:00:00 2001 From: Michael Debertol Date: Sun, 8 Aug 2021 21:22:54 +0200 Subject: [PATCH] README: remove duplicate entry cat was present twice --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1b2ddf67f..d4426543f 100644 --- a/README.md +++ b/README.md @@ -372,18 +372,17 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md). | basenc | expr | | | cat | install | | | chcon | join | | -| cat | 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 | | | +| 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 | | | echo | | | | env | | | | expand | | |