This release focuses on testing and REPL usability improvements but also includes updates several new run modes to make error handling easier in larger scripts.
>> redirect (append to file) operator added.
This is just syntactic sugar for -> >>. To
redirect and overwrite/truncate a file use |> rather
than >config: set shell auto-glob true and you will
get prompted for each glob. Any globs inside blocks will be ignored and
this only works on the interactive prompt (ie not in scripts or
background processes) – these limitations are not a bug but by
designautocompletetry and trypipe.
You can define the scope as being an entire function or a module. If set
for an entire module then any functions, autocompletions, etc inside
that module will inherit that try or trypipe
mode automatically. These are set via the new builtin
runmode$PWD (this was just a global
variable previously)@[man-get-flags. This exposes Murex’s
internal man page parser to the command line scriptsprivates should be resolved before
functionsbrewawsyarnmurex/shell to bring it inline with the naming convention
of other modulesPublished: 15.07.2022 at 20:35
[ ..Range ]: Outputs a ranged subset of data from
stdinrunmode: Alter the scheduler’s behaviour at higher
scoping levelmurex-docs: Displays the man pages for Murex
builtinstrypipe: Checks for non-zero exits of each function in
a pipelineprivate: Define a private function blockfunction: Define a function blockconfig: Query or define Murex runtime settingsautocomplete: Set definitions for tab-completion in the
command linetry:
Handles non-zero exits inside a block of code>>: Writes stdin to disk - appending contents if
file already exists>>: Writes stdin to disk - appending contents if
file already exists>: Writes stdin to disk - overwriting contents if
file already existsThis document was generated from gen/changelog/v2.9_doc.yaml.
This 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 Fri Oct 24 08:59:31 UTC 2025 against commit e59ab49e59ab49e1628d8546d2ad8ce5eb1150445f6a940.
Current version is 7.1.4143 (unknown) which has been verified against tests cases.