From 7421f7c6aa41d6185cf623d826c9d7e21987c5ce Mon Sep 17 00:00:00 2001 From: penguwin Date: Sun, 6 Aug 2017 20:54:18 +0200 Subject: [PATCH] README: Moved 'date' into the 'Semi-Done' section. 'date' has been partially implemented into the coreutils. According to this I decided to move 'date' into the 'Semi-Done' section from the readme utilities chart. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fef10fa8b..43ab6f8b1 100644 --- a/README.md +++ b/README.md @@ -152,16 +152,16 @@ Utilities |-----------|-----------|--------| | arch | cp | chcon | | base32 | expr (no regular expressions) | csplit | -| base64 | install | date | -| basename | ls | dd | -| cat | more | df | -| chgrp | od (`--strings` and 128-bit data types missing) | join | -| chmod | printf | numfmt | -| chown | sort | pr | -| chroot | split | runcon | -| cksum | tail | stty | +| base64 | install | dd | +| basename | ls | df | +| cat | more | join | +| chgrp | od (`--strings` and 128-bit data types missing) | numfmt | +| chmod | printf | pr | +| chown | sort | runcon | +| chroot | split | stty | +| cksum | tail | | | comm | test | | -| cut | | | +| cut | date | | | dircolors | | | | dirname | | | | du | | |