sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit a9c9681f950576713243631f34b7d2944aed4e43
parent 323c45edb7a553e473730dbbcf238a5ad9a8fbb5
Author: sin <sin@2f30.org>
Date:   Sat, 26 Jul 2014 15:44:13 +0100

Fixup README

This is now consistent with ubase.  The advantage is that it can
be generated very easily with:

for i in $(./sbase-box); do echo $i; done

Diffstat:
MREADME | 77++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 70 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -6,13 +6,76 @@ across UNIX and UNIX-like systems. The following programs are currently implemented: - basename cal cat chgrp chmod chown chroot cksum cmp comm cp cut - date dirname du echo env expand false fold grep head hostname id - kill ln ls mc md5sum mkdir mkfifo mktemp mv nice nl nohup paste - printenv pwd readlink renice rm rmdir sleep setsid sort split - sponge strings sync tail tar tee test touch tr true tty uudecode - uuencode uname unexpand uniq unlink seq sha1sum sha256sum - sha512sum wc xargs yes +basename +cal +cat +chgrp +chmod +chown +chroot +cksum +cmp +cols +comm +cp +cut +date +dirname +du +echo +env +expand +false +fold +grep +head +hostname +kill +ln +ls +md5sum +mkdir +mkfifo +mktemp +mv +nice +nl +nohup +paste +printenv +pwd +readlink +renice +rm +rmdir +sleep +setsid +sort +split +sponge +strings +sync +tail +tar +tee +test +touch +tr +true +tty +uudecode +uuencode +uname +unexpand +uniq +unlink +seq +sha1sum +sha256sum +sha512sum +wc +xargs +yes sbase is mostly following POSIX but we deviate wherever we think it is appropriate.