mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05: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
|