From 6b5810498fe79b0ce2ca305c0aed95b6c7b631a4 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 5 Jan 2021 12:28:13 +0100 Subject: Added xargs utility, Added -std=c99 flag --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit