summaryrefslogtreecommitdiff
path: root/software/coreutils.md
diff options
context:
space:
mode:
Diffstat (limited to 'software/coreutils.md')
-rw-r--r--software/coreutils.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/software/coreutils.md b/software/coreutils.md
index 4c3c88c..fcce125 100644
--- a/software/coreutils.md
+++ b/software/coreutils.md
@@ -3,13 +3,21 @@
Minimalist coreutils implementation in C. It contains only the functions that I actually use in each program, for better or for worse. In a way, it is inspired by Plan 9's implementations, which are much simpler than Gnu's.
To-Do:
-- [x] echo
+
+- [x] echo
+
- [x] cat
-- [x] tac
-- [x] head
-- [x] tail
+
+- [x] tac
+
+- [x] head
+
+- [x] tail
+
- [x] touch
+
- [x] cp
+
- [ ] dd
- [ ] df
- [ ] dir