diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-05-26 12:30:17 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-05-26 12:30:17 +0000 |
| commit | b39758cf6c6d4b1b8de99e51cbff8120cff63a78 (patch) | |
| tree | b7ae796ed41696e3470434912e231dcae943a497 /software/coreutils.md | |
| parent | bb37417a6d50688e6090d4bd16a7e6c6ee8fbb89 (diff) | |
css
Diffstat (limited to 'software/coreutils.md')
| -rw-r--r-- | software/coreutils.md | 16 |
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 |
