mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
Also document various properties of special builtins that we implement. Approved by: ed (mentor) (implicit)
8 lines
182 B
Text
8 lines
182 B
Text
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
|