sbase/README

122 lines
5.5 KiB
Plaintext
Raw Normal View History

2014-02-12 14:34:09 +00:00
sbase - suckless unix tools
===========================
sbase is a collection of unix tools that are inherently portable
across UNIX and UNIX-like systems.
The following tools are implemented ('*' == finished, '#' == UTF-8 support,
'=' == implicit UTF-8 support):
2015-02-08 23:20:33 +00:00
UTILITY POSIX 2008 COMPLIANT MISSING OPTIONS
------- -------------------- ---------------
=* basename yes none
=* cal yes none
=* cat yes none
=* chgrp yes none
2015-02-08 23:20:33 +00:00
=* chmod yes none
=* chown yes none
2015-02-08 23:20:33 +00:00
=* chroot non-posix none
=* cksum yes none
=* cmp yes none
#* cols non-posix none
=* comm yes none
= cp yes none (-i)
2015-02-08 23:20:33 +00:00
=* cron non-posix none
#* cut yes none
=* date yes -u
2015-02-08 23:20:33 +00:00
=* dirname yes none
2015-02-18 20:43:46 +00:00
=* du yes none
2015-02-08 23:20:33 +00:00
=* echo yes none
=* env yes none
#* expand yes none
2015-02-26 04:12:14 +00:00
#* expr yes none
2015-02-08 23:20:33 +00:00
=* false yes none
= find yes none
2015-02-08 23:20:33 +00:00
#* fold yes none
=* grep yes none
=* head yes none
=* hostname non-posix none
=* kill yes none
=* link yes none
=* ln yes none
=* logger yes none
=* logname yes none
2015-02-22 11:55:38 +00:00
= ls no (-C), -S, -f, -m, -s, -x
2015-02-08 23:20:33 +00:00
=* md5sum non-posix none
=* mkdir yes none
=* mkfifo yes none
=* mktemp non-posix none
=* mv yes none (-i)
=* nice yes none
2015-02-20 14:12:03 +00:00
= nl no -d, -f, -h, -l, -p
2015-02-08 23:20:33 +00:00
=* nohup yes none
#* paste yes none
=* printenv non-posix none
#* printf yes none
2015-02-08 23:20:33 +00:00
=* pwd yes none
2015-02-11 11:54:58 +00:00
= readlink non-posix none
2015-02-08 23:20:33 +00:00
=* renice yes none
=* rm yes none (-i)
=* rmdir yes none
2015-02-10 11:11:21 +00:00
# sed
seq non-posix none
2015-02-08 23:20:33 +00:00
=* setsid non-posix none
2015-02-10 11:11:21 +00:00
= sha1sum non-posix none
= sha256sum non-posix none
= sha512sum non-posix none
2015-02-08 23:20:33 +00:00
=* sleep yes none
sort no -m, -o, -d, -f, -i
=* split yes none
=* sponge non-posix none
#* strings yes none
2015-02-08 23:20:33 +00:00
=* sync non-posix none
=* tail yes none
2015-02-08 23:20:33 +00:00
=* tar non-posix none
=* tee yes none
=* test yes none
= time no none (incorrect exit status)
=* touch yes none
2015-02-08 23:20:33 +00:00
#* tr yes none
=* true yes none
=* tty yes none
=* uname yes none
#* unexpand yes none
=* uniq yes none
2015-02-08 23:20:33 +00:00
=* unlink yes none
=* uudecode yes none
=* uuencode yes none
2015-02-08 23:20:33 +00:00
#* wc yes none
= xargs no -I, -L, -p, -s, -t, -x
=* yes non-posix none
2014-02-12 18:39:13 +00:00
The complement of sbase is ubase[1] which is Linux-specific and
2014-02-12 14:34:09 +00:00
provides all the non-portable tools. Together they are intended to
form a base system similar to busybox but much smaller and suckless.
Building
--------
To build sbase, simply type make. You may have to fiddle with
config.mk depending on your system.
You can also build sbase-box, which generates a single binary
containing all the required tools. You can then symlink the
individual tools to sbase-box.
Ideally you will want to statically link sbase. If you are on Linux
we recommend using musl-libc[2].
Portability
-----------
sbase has been compiled on a variety of different operating systems,
including Linux, *BSD, OSX, Haiku, Solaris, SCO OpenServer and others.
Various combinations of operating systems and architectures have also
been built.
You can build sbase with gcc, clang, tcc, nwcc and pcc.
[1] http://git.suckless.org/ubase/
[2] http://www.musl-libc.org/