summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--do.txt28
2 files changed, 8 insertions, 28 deletions
diff --git a/README.md b/README.md
index 362ff9c..e49b0aa 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
# troyutils
+
minimalist coreutils made as programming practice
+
+programs to implement listed in do.txt
+
+features to add:
+- help flag with explanations
+- additional flags for tail and head
+
diff --git a/do.txt b/do.txt
deleted file mode 100644
index a8ababa..0000000
--- a/do.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-cp
-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