aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e0f3b9..74da1d2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,30 @@ Rewrite of some core utilities for educational purposes.
|------------|-----------------------------------------------------------------|
| `mkdir` | make directories |
| `basename` | strip directory and suffix from filenames |
-| `cut` | remove sections from each line of files |
| `rm` | remove files or directories |
| `seq` | print a sequence of numbers |
| `tee` | read from standard input and write to standard output and files |
+
+# TODO
+
+| Name | Description |
+|------------|-----------------------------------------------------------------|
+| `cut` | remove sections from each line of files |
+| `cp` | |
+| `chmod` | |
+| `chown` | |
+| `ln` | |
+| `mv` | |
+| `touch` | |
+| `cat` | |
+| `tail` | |
+| `tr` | |
+| `test` | |
+| `shuf` | |
+| `sort` | |
+| `uniq` | |
+| `dirname` | |
+| `date` | |
+| `du` | |
+| `echo` | |
+| `expr` | |