diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -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` | | |
