Might as well make my wishlist public. This is the stuff that would make sbase my fulltime coreutils replacement. I've tried to remove commands that boil down to simple shell scripts, but some might have snuck through. (Why is there a true.c? AT&T did fine with a no-op shell script. Ditto false.)
hg diff follows. diff -r 84bab9f95caf TODO --- a/TODO Mon Jan 30 22:41:33 2012 +0000 +++ b/TODO Tue Jan 31 21:37:50 2012 -0500 @@ -1,15 +1,63 @@ +cal [-1] [-3] [-y] [year] + +chgrp [-R] groupname file... + +chvt N + comm [-123] file1 file2 cut [-bcfs] [-d delim] list [file...] +df [-shia] [path] + diff [-ru] file1 file2 +du [-hdi] [path] + +env [-u] [name=value...] [command] + +expand [-i] [-t N] [file...] + +expr [expression] + id [-gnru] [user] +id [-ruGgn] username + +md5sum [-c] [file...] + +nice [-n N] [command] + paste [-s] [-d list] [file...] +printenv [variable...] + +printf [format] [data...] + printf format [argument...] +readlink [-fem] file + +rmdir [directory...] + +seq [-s string] [N [N]] N + +sha1sum [-c] [file...] + +split [-a N] [-b N] [-l N] [input [prefix]] + +sync + test [expression...] tr string1 [string2] + +unexpand [-a] [-t N] [file...] + +uniq [-diuc] [input [output]] + +unlink file + +who + +yes [string]