diff options
| -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 |
