diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-01 19:31:30 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-01 19:31:30 +0200 |
| commit | 5157e074f5ff04f9573a765569dfe17c8de70829 (patch) | |
| tree | 88ac0527083daaa62b9c104f539e33b6321cef6c /README.md | |
| parent | 051b0d93c147b3e4945a2bd77bf7d3cd2dc47f11 (diff) | |
| download | coreutils-5157e074f5ff04f9573a765569dfe17c8de70829.tar.gz coreutils-5157e074f5ff04f9573a765569dfe17c8de70829.tar.bz2 coreutils-5157e074f5ff04f9573a765569dfe17c8de70829.zip | |
Added df
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,7 @@ # coreutils Rewrite of some core utilities for educational purposes. +I try to follow the POSIX version of those commands for simplicity sake, e.g `man 1p ls`. | Name | Description | |------------|----------------------------------------------------------------- | @@ -12,20 +13,23 @@ Rewrite of some core utilities for educational purposes. | `shuf` | generate random permutations | | `echo` | display a line of text | | `yes` | output a string repeatedly until killed | +| `df` | report free disk space | + ## Pending -| Name | Description | +| 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 | | `xargs` | construct argument lists and invoke utility | +| `ps` | report process status | ## TODO -| Name | Description | +| Name | Description | |------------|-----------------------------------------------------------------| | `cp` | | | `chmod` | | |
