aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-22 19:28:39 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-22 19:28:39 +0200
commitf204fe59bd5fa537bf84cb522339c92b16f5a909 (patch)
tree0fca812a8d40cbfb19c6c1a7db6d2e7f022a4f64 /README.md
parent2f4cc13cdde6bd79356513085fc85d97ebd7c76a (diff)
downloadcoreutils-f204fe59bd5fa537bf84cb522339c92b16f5a909.tar.gz
coreutils-f204fe59bd5fa537bf84cb522339c92b16f5a909.tar.bz2
coreutils-f204fe59bd5fa537bf84cb522339c92b16f5a909.zip
Added shuf
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 74da1d2..e6a4a74 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,18 @@
Rewrite of some core utilities for educational purposes.
-| Name | Description |
-|------------|-----------------------------------------------------------------|
-| `mkdir` | make directories |
-| `basename` | strip directory and suffix from filenames |
-| `rm` | remove files or directories |
-| `seq` | print a sequence of numbers |
-| `tee` | read from standard input and write to standard output and files |
+| Name | Description |
+|------------|----------------------------------------------------------------- |
+| `mkdir` | make directories |
+| `basename` | strip directory and suffix from filenames |
+| `rm` | remove files or directories |
+| `seq` | print a sequence of numbers |
+| `tee` | read from standard input and write to standard output and files |
+| `shuf` | generate random permutations |
# TODO
-| Name | Description |
+| Name | Description |
|------------|-----------------------------------------------------------------|
| `cut` | remove sections from each line of files |
| `cp` | |
@@ -25,7 +26,6 @@ Rewrite of some core utilities for educational purposes.
| `tail` | |
| `tr` | |
| `test` | |
-| `shuf` | |
| `sort` | |
| `uniq` | |
| `dirname` | |