Add all the sbase utilities to the list

feature/pwd
dtluna 5 years ago
parent d7c5f68cab
commit 35fa871fdb
  1. 96
      README.md

@ -8,10 +8,98 @@ with some additions
Utilities: Utilities:
* [x] `true`
* [x] `false`
* [x] `yes`
* [x] `dirname`
* [x] `basename` * [x] `basename`
* [ ] `cal`
* [ ] `cat`
* [ ] `chgrp`
* [ ] `chmod`
* [ ] `chown`
* [ ] `chroot`
* [ ] `cksum`
* [ ] `cmp`
* [ ] `cols`
* [ ] `comm`
* [ ] `cp`
* [ ] `cron`
* [ ] `cut`
* [ ] `date`
* [x] `dirname`
* [ ] `du`
* [x] `echo` * [x] `echo`
* [ ] `ed`
* [ ] `env`
* [ ] `expand`
* [ ] `expr`
* [x] `false`
* [ ] `find`
* [ ] `flock`
* [ ] `fold`
* [ ] `getconf`
* [ ] `grep`
* [ ] `head`
* [ ] `hostname`
* [ ] `join`
* [ ] `kill`
* [ ] `link`
* [ ] `ln`
* [ ] `logger`
* [ ] `logname`
* [ ] `ls`
* [ ] `md5sum`
* [ ] `mkdir`
* [ ] `mkfifo`
* [ ] `mktemp`
* [ ] `mv`
* [ ] `nice`
* [ ] `nl`
* [ ] `nohup`
* [ ] `od`
* [ ] `paste`
* [ ] `pathchk`
* [x] `printenv` * [x] `printenv`
* [ ] `printf`
* [ ] `pwd`
* [ ] `readlink`
* [ ] `renice`
* [ ] `rev`
* [ ] `rm`
* [ ] `rmdir`
* [ ] `sed`
* [ ] `seq`
* [ ] `setsid`
* [ ] `sha1sum`
* [ ] `sha224sum`
* [ ] `sha256sum`
* [ ] `sha384sum`
* [ ] `sha512-224sum`
* [ ] `sha512-256sum`
* [ ] `sha512sum`
* [ ] `sleep`
* [ ] `sort`
* [ ] `split`
* [ ] `sponge`
* [ ] `strings`
* [ ] `sync`
* [ ] `tail`
* [ ] `tar`
* [ ] `tee`
* [ ] `test`
* [ ] `tftp`
* [ ] `time`
* [ ] `touch`
* [ ] `tr`
* [x] `true`
* [ ] `tsort`
* [ ] `tty`
* [ ] `uname`
* [ ] `unexpand`
* [ ] `uniq`
* [ ] `unlink`
* [ ] `uudecode`
* [ ] `uuencode`
* [ ] `wc`
* [ ] `which`
* [ ] `whoami`
* [ ] `xargs`
* [ ] `xinstall`
* [x] `yes`

Loading…
Cancel
Save