Add an easier to edit "table" of tools in README
We need to go through the tools and update this table to reflect current state.
This commit is contained in:
parent
821a980ab4
commit
159cc298c4
79
README
79
README
@ -4,6 +4,85 @@ sbase - suckless unix tools
|
|||||||
sbase is a collection of unix tools that are inherently portable
|
sbase is a collection of unix tools that are inherently portable
|
||||||
across UNIX and UNIX-like systems.
|
across UNIX and UNIX-like systems.
|
||||||
|
|
||||||
|
The following tools are implemented:
|
||||||
|
|
||||||
|
UTILITY POSIX 2008 COMPLIANT MISSING OPTIONS
|
||||||
|
------- -------------------- ---------------
|
||||||
|
basename
|
||||||
|
cal
|
||||||
|
cat yes none
|
||||||
|
chgrp
|
||||||
|
chmod
|
||||||
|
chown
|
||||||
|
chroot
|
||||||
|
cksum
|
||||||
|
cmp
|
||||||
|
cols
|
||||||
|
comm
|
||||||
|
cp
|
||||||
|
cut
|
||||||
|
date
|
||||||
|
dirname
|
||||||
|
du
|
||||||
|
echo
|
||||||
|
env
|
||||||
|
expand
|
||||||
|
expr
|
||||||
|
false
|
||||||
|
fold
|
||||||
|
grep
|
||||||
|
head
|
||||||
|
hostname
|
||||||
|
kill yes none
|
||||||
|
link
|
||||||
|
ln
|
||||||
|
logname
|
||||||
|
ls
|
||||||
|
md5sum
|
||||||
|
mkdir
|
||||||
|
mkfifo
|
||||||
|
mktemp
|
||||||
|
mv
|
||||||
|
nice
|
||||||
|
nl
|
||||||
|
nohup
|
||||||
|
paste
|
||||||
|
printenv
|
||||||
|
printf
|
||||||
|
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
|
||||||
|
|
||||||
The complement of sbase is ubase[1] which is Linux-specific and
|
The complement of sbase is ubase[1] which is Linux-specific and
|
||||||
provides all the non-portable tools. Together they are intended to
|
provides all the non-portable tools. Together they are intended to
|
||||||
form a base system similar to busybox but much smaller and suckless.
|
form a base system similar to busybox but much smaller and suckless.
|
||||||
|
Loading…
Reference in New Issue
Block a user