aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index b287118..308cfe0 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,12 @@ Rewrite of some core utilities for educational purposes.
## Pending
| Name | Description |
-|------------|-----------------------------------------------------------------|
-| `cut` | remove sections from each line of files |
-| `uniq` | report or omit repeated lines |
-| `tr` | translate or delete characters |
-| `chown` | change file owner and group |
+|------------|----------------------------------------------------------------- |
+| `cut` | remove sections from each line of files |
+| `uniq` | report or omit repeated lines |
+| `tr` | translate or delete characters |
+| `chown` | change file owner and group |
+| `xargs` | construct argument lists and invoke utility |
## TODO