mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
If an alias's value ends with a space or tab, the next word is also checked for aliases. This is a POSIX feature. It is useful with utilities like command and nohup (alias them to themselves followed by a space).
4 lines
34 B
Text
4 lines
34 B
Text
echo test1
|
|
test1
|
|
echo test2
|
|
test2
|