1f2b1b2840
Also document various properties of special builtins that we implement. Approved by: ed (mentor) (implicit)
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
ls is /bin/ls
|
|
true is a shell builtin
|
|
/bin/ls is /bin/ls
|
|
fun is a shell function
|
|
break is a special shell builtin
|
|
if is a shell keyword
|
|
{ is a shell keyword
|
|
foo is an alias for bar
|