aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-05-01 19:31:30 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-05-01 19:31:30 +0200
commit5157e074f5ff04f9573a765569dfe17c8de70829 (patch)
tree88ac0527083daaa62b9c104f539e33b6321cef6c /README.md
parent051b0d93c147b3e4945a2bd77bf7d3cd2dc47f11 (diff)
downloadcoreutils-5157e074f5ff04f9573a765569dfe17c8de70829.tar.gz
coreutils-5157e074f5ff04f9573a765569dfe17c8de70829.tar.bz2
coreutils-5157e074f5ff04f9573a765569dfe17c8de70829.zip
Added df
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 308cfe0..003dc25 100644
--- a/README.md
+++ b/README.md
@@ -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` | |