summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-03-14 16:28:29 +0300
committerradiohotline <radiohotline@disroot.org>2026-03-14 16:28:29 +0300
commit5a073831a3da643741c434699a4cb158b6cb1500 (patch)
treef72e4fc0d2c0ee2878fe5b456658615cf2ea8e15
parente9820e429b96258abf3d4100ef74a66c6c77d7b3 (diff)
readme
-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