commit 071fb3b64f2823167e31a17d6742086392c74943
parent 195230754023318f130f9407be1e69baba4d9971
Author: phoebos <ben@bvnf.space>
Date: Sat, 25 Dec 2021 00:45:26 +0000
README: add email; TODO.posix: add; PROGRESS: add xargs todo
Diffstat:
M | PROGRESS | | | 1 | + |
M | README | | | 6 | +++--- |
A | TODO.posix | | | 126 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
3 files changed, 130 insertions(+), 3 deletions(-)
diff --git a/PROGRESS b/PROGRESS
@@ -49,3 +49,4 @@
[ ] uuencode
[ ] wc [-lwc]
[ ] who
+[ ] xargs
diff --git a/README b/README
@@ -25,9 +25,9 @@ Just type `make`, and the binaries shall be compiled into the bin/ directory.
Contributing
------------
-Contributions are welcome; please send patches to me via email (or communicate
-by means of git-request-pull(1)), and make sure either the commit message or
-the file contains a public domain dedication.
+Contributions are welcome; please email patches to me at <ben@bvnf.space> (or
+communicate by means of git-request-pull(1)), and make sure either the commit
+message or the file contains a public domain dedication.
Programming style guide
-----------------------
diff --git a/TODO.posix b/TODO.posix
@@ -0,0 +1,126 @@
+# these are all the POSIX.1-2017 utilities (except for shell builtins)
+[ ] ar
+[ ] asa
+[ ] awk
+[ ] basename
+[ ] bc
+[ ] c99
+[ ] cal
+[x] cat
+[ ] cflow
+[ ] chgrp
+[ ] chmod
+[ ] chown
+[ ] cksum
+[ ] cmp
+[ ] colon
+[ ] comm
+[ ] compress
+[ ] cp
+[ ] crontab
+[ ] csplit
+[ ] ctags
+[ ] cut
+[ ] cxref
+[ ] date
+[ ] dd
+[ ] df
+[ ] diff
+[ ] dirname
+[ ] du
+[x] echo
+[.] ed
+[ ] env
+[ ] ex
+[ ] expand
+[ ] expr
+[x] false
+[ ] file
+[ ] find
+[ ] fold
+[ ] fort77
+[ ] fuser
+[ ] gencat
+[ ] getconf
+[ ] getopts
+[.] grep
+[x] head
+[ ] iconv
+[ ] id
+[ ] ipcrm
+[ ] ipcs
+[ ] join
+[ ] kill
+[ ] lex
+[ ] link
+[ ] ln
+[ ] locale
+[ ] localedef
+[ ] logger
+[ ] logname
+[ ] lp
+[.] ls
+[ ] m4
+[ ] mailx
+[ ] make
+[ ] man
+[ ] mesg
+[.] mkdir
+[ ] mkfifo
+[ ] more
+[ ] mv
+[ ] newgrp
+[ ] nice
+[ ] nl
+[ ] nm
+[ ] nohup
+[ ] od
+[ ] paste
+[ ] patch
+[ ] pathchk
+[ ] pax
+[ ] pr
+[ ] printf
+[ ] prs
+[ ] ps
+[ ] pwd
+[ ] renice
+[ ] rm
+[ ] rmdir
+[ ] sed
+[ ] sh
+[ ] sleep
+[.] sort
+[ ] split
+[ ] strings
+[ ] strip
+[ ] stty
+[ ] tabs
+[ ] tail
+[ ] talk
+[x] tee
+[ ] test
+[ ] time
+[ ] times
+[ ] touch
+[ ] tput
+[ ] tr
+[x] true
+[ ] tsort
+[x] tty
+[ ] ulimit
+[ ] umask
+[ ] uname
+[ ] uncompress
+[ ] unexpand
+[ ] uniq
+[ ] unlink
+[ ] uudecode
+[ ] uuencode
+[ ] vi
+[.] wc
+[ ] who
+[ ] write
+[ ] xargs
+[ ] yacc
+[ ] zcat