From f204fe59bd5fa537bf84cb522339c92b16f5a909 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 22 Aug 2020 19:28:39 +0200 Subject: Added shuf --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') 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` | | -- cgit