aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2d090f0..0e0f3b9 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,11 @@
Rewrite of some core utilities for educational purposes.
-| Name | Description |
-|------------|-------------------------------------------|
-| `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 |
+| Name | Description |
+|------------|-----------------------------------------------------------------|
+| `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 |