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