diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-03-14 16:30:49 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-03-14 16:30:49 +0300 |
| commit | 32d6721bac3eaa1aee7caadad5b04e03546dd456 (patch) | |
| tree | f44205265bab69c3952887d8509f3e7932164326 | |
| parent | 5a073831a3da643741c434699a4cb158b6cb1500 (diff) | |
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | todo | 27 | ||||
| -rw-r--r-- | todo.txt | 2 |
4 files changed, 30 insertions, 3 deletions
@@ -1,4 +1,6 @@ bin/* +src/test +src/permtest # Prerequisites *.d @@ -2,7 +2,7 @@ minimalist coreutils made as programming practice -programs to implement listed in do.txt +programs to implement listed in todo features to add: - help flag with explanations @@ -0,0 +1,27 @@ +dd +df +dir +ln +ls +mkdir +mv +rm +rmdir +base32 +base64 +wc +arch +basename +date +du +false +pwd +true +whoami +yes +less +more +ascii +awk +grep +cd diff --git a/todo.txt b/todo.txt deleted file mode 100644 index a3197d3..0000000 --- a/todo.txt +++ /dev/null @@ -1,2 +0,0 @@ -tail + head: -implement variable lines |
