Add tool status in README
This will make it easier to identify things that need more work.
This commit is contained in:
parent
7d3e9c6e88
commit
2447dad2fb
148
README
148
README
@ -8,82 +8,82 @@ The following tools are implemented:
|
|||||||
|
|
||||||
UTILITY POSIX 2008 COMPLIANT MISSING OPTIONS
|
UTILITY POSIX 2008 COMPLIANT MISSING OPTIONS
|
||||||
------- -------------------- ---------------
|
------- -------------------- ---------------
|
||||||
basename
|
basename yes none
|
||||||
cal
|
cal pending pending
|
||||||
cat yes none
|
cat yes none
|
||||||
chgrp
|
chgrp no -h, -H, -L, -P
|
||||||
chmod
|
chmod yes none
|
||||||
chown
|
chown no -h, -H, -L, -P
|
||||||
chroot
|
chroot non-posix none
|
||||||
cksum
|
cksum yes none
|
||||||
cmp
|
cmp yes none
|
||||||
cols
|
cols non-posix none
|
||||||
comm
|
comm yes none
|
||||||
cp
|
cp no -H, -i, -L
|
||||||
cron
|
cron non-posix none
|
||||||
cut
|
cut yes none
|
||||||
date
|
date yes none
|
||||||
dirname
|
dirname yes none
|
||||||
du
|
du no -H, -L, -x
|
||||||
echo
|
echo yes none
|
||||||
env
|
env yes none
|
||||||
expand
|
expand yes none
|
||||||
expr
|
expr yes none
|
||||||
false
|
false yes none
|
||||||
fold
|
fold yes none
|
||||||
grep
|
grep yes none
|
||||||
head
|
head yes none
|
||||||
hostname
|
hostname non-posix none
|
||||||
kill yes none
|
kill yes none
|
||||||
link
|
link yes none
|
||||||
ln
|
ln yes none
|
||||||
logger yes
|
logger yes none
|
||||||
logname
|
logname yes none
|
||||||
ls
|
ls no -C, -H, -L, -R, -c, -q, -u
|
||||||
md5sum
|
md5sum non-posix none
|
||||||
mkdir
|
mkdir yes none
|
||||||
mkfifo
|
mkfifo yes none
|
||||||
mktemp
|
mktemp non-posix none
|
||||||
mv
|
mv no -i
|
||||||
nice
|
nice yes none
|
||||||
nl
|
nl no -d, -f, -h, -l, -n, -p, -v, -w
|
||||||
nohup
|
nohup yes none
|
||||||
paste
|
paste yes none
|
||||||
printenv
|
printenv non-posix none
|
||||||
printf
|
printf stolen stolen
|
||||||
pwd
|
pwd yes none
|
||||||
readlink
|
readlink non-posix none
|
||||||
renice
|
renice yes none
|
||||||
rm
|
rm no -i
|
||||||
rmdir
|
rmdir no -p
|
||||||
sleep
|
sleep yes none
|
||||||
setsid
|
setsid non-posix none
|
||||||
sort
|
sort no -m, -o, -d, -f, -i
|
||||||
split
|
split yes none
|
||||||
sponge
|
sponge non-posix none
|
||||||
strings
|
strings no -a, -n, -t
|
||||||
sync
|
sync non-posix none
|
||||||
tail
|
tail no -c, -f
|
||||||
tar
|
tar non-posix none
|
||||||
tee
|
tee no -i
|
||||||
test
|
test yes none
|
||||||
touch
|
touch no -a, -m, -r
|
||||||
tr
|
tr yes none
|
||||||
true
|
true yes none
|
||||||
tty
|
tty yes none
|
||||||
uudecode
|
uudecode no -o
|
||||||
uuencode
|
uuencode no -m
|
||||||
uname
|
uname yes none
|
||||||
unexpand
|
unexpand yes none
|
||||||
uniq
|
uniq no -f, -s
|
||||||
unlink
|
unlink yes none
|
||||||
seq
|
seq non-posix none
|
||||||
sha1sum
|
sha1sum non-posix none
|
||||||
sha256sum
|
sha256sum non-posix none
|
||||||
sha512sum
|
sha512sum non-posix none
|
||||||
wc
|
wc yes none
|
||||||
xargs
|
xargs no -I, -L, -p, -s, -t, -x
|
||||||
yes
|
yes yes none
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user