sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 2013282329b7ee8c984a8fc4ec5f196f73f7c174
parent d448a4f17a90d8a6b4166f59b802495fae042338
Author: sin <sin@2f30.org>
Date:   Mon, 31 Mar 2014 12:25:53 +0100

Add sbase in tools

Diffstat:
Atools.suckless.org/sbase.md | 82+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+), 0 deletions(-)

diff --git a/tools.suckless.org/sbase.md b/tools.suckless.org/sbase.md @@ -0,0 +1,82 @@ +sbase +===== +sbase is a collection of unix tools that are inherently portable +across UNIX and UNIX-like systems. + +The following programs are currently implemented: + +* 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 +* uniq +* unlink +* seq +* sha1sum +* sha256sum +* sha512sum +* wc +* xargs +* yes + +The overall SLOC is about 6kSlOC, so this userland is about the same size as GNU ls. + +Download +-------- +* <code>git clone [http://git.suckless.org/sbase](http://git.suckless.org/sbase)</code>