aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-05 12:28:13 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-05 12:28:13 +0100
commit6b5810498fe79b0ce2ca305c0aed95b6c7b631a4 (patch)
tree51754ad9d910ed0e9a611df0926449beaa8fdd8d /README.md
parent93a32a30cf3b82b593e112bdaf2b2625d94b0262 (diff)
downloadcoreutils-6b5810498fe79b0ce2ca305c0aed95b6c7b631a4.tar.gz
coreutils-6b5810498fe79b0ce2ca305c0aed95b6c7b631a4.tar.bz2
coreutils-6b5810498fe79b0ce2ca305c0aed95b6c7b631a4.zip
Added xargs utility, Added -std=c99 flag
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