README
Optional Command Reference
This section is a glossary of Murex optional builtins.
These builtins likely wont be compiled with Murex unless you specifically request them to be. This might be because they duplicate functionality already available on POSIX systems or introduce more complex dependencies. It might also be because that specific builtin is in an alpha stage and thus not ready to ship with Murex.
Other Reference Material
Language Guides
Builtins, for docs on the core builtins.
Language Tour, which is an introduction into the Murex language.
Rosetta Stone, which is a reference table comparing Bash syntax to Murex's.
Murex's Source Code
The source for each of these builtins can be found on Github.
Shell Commands For Querying Builtins
From the shell itself: run builtins
to list the builtin command.
If you require a manual on any of those commands, you can run murex-docs
to return the same markdown-formatted document as those listed below. eg
murex-docs trypipe