updated with logname, uname, and tee
This commit is contained in:
parent
64f4f4a728
commit
e6c12928b8
1 changed files with 4 additions and 1 deletions
5
README
5
README
|
@ -19,16 +19,19 @@ false
|
||||||
head
|
head
|
||||||
link
|
link
|
||||||
ln
|
ln
|
||||||
|
logname
|
||||||
pwd
|
pwd
|
||||||
true
|
true
|
||||||
|
uname
|
||||||
|
|
||||||
The following sh built-ins are completed, working, and POSIX-compliant:
|
The following sh built-ins are completed, working, and POSIX-compliant:
|
||||||
|
|
||||||
cd
|
cd
|
||||||
|
|
||||||
The following tools are completed and working, though not necessarily
|
The following tools are completed and working, though not necessarily
|
||||||
POSIX-compliant:
|
POSIX-compliant (a.k.a. I'm not confident about these):
|
||||||
|
|
||||||
|
tee
|
||||||
tty
|
tty
|
||||||
|
|
||||||
The following tools are working, but not complete or POSIX-compliant:
|
The following tools are working, but not complete or POSIX-compliant:
|
||||||
|
|
Loading…
Reference in a new issue