fexec
Execute a command or function, bypassing the usual order of precedence.
fexec
allows you to execute a command or function, bypassing the usual order of precedence.
fexec: flag command [ parameters... ] -> <stdout>
fexec: private /source/builtin/autocomplete.alias
builtin
Execute a murex builtinfunction
Execute a murex public functionhelp
Display help messageprivate
Execute a murex private functionThere is an order of precedence for which commands are looked up:
test
and pipe
functions because they alter the behavior of the compileralias
. All aliases are globalfunction
. All functions are globalprivate
. Private's cannot be global and are scoped only to the module or source that defined them. For example, You cannot call a private function from the interactive command lineset
or let
@g
alias
: Create an alias for a commandautocomplete
: Set definitions for tab-completion in the command linebg
: Run processes in the backgroundbuiltins
: Returns runtime information on the internal state of murexevent
: Event driven programming for shell scriptsexec
: Runs an executablefg
: Sends a background process into the foregroundfunction
: Define a function blockjobs
: Lists all running functions within the current murex sessionopen
: Open a file with a preferred handlerprivate
: Define a private function blocksource
: Import murex code from another file of code blockThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.