This release brings a few minor improvements and bug fixes rather than big new headline features.
f: +f -> set v
echo: @v[2..]
f
. It is now the tool I had
always intended when I first created that builting
now supports being run as a method (eg to filter
items from a file list)rx
now supports being run as a method (eg to filter
items from a file list)git
terraform
profile/
prefix from the module string for
modules and profiles (as seen in FileRef
)||
and
&&
are used in other runmode
’s,
try
, and trypipe
Published: 01.08.2022 at 20:10
f
:
Lists or filters file system objects (eg files)rx
: Regexp pattern matching for file system objects (eg
.*\\.txt
)[ ..Range ]
: Outputs a ranged subset of data from
stdinrunmode
: Alter the scheduler’s behaviour at higher
scoping levelg
: Glob
pattern matching for file system objects (eg *.txt
)trypipe
: Checks for non-zero exits of each function in
a pipelineautocomplete
: Set definitions for tab-completion in the
command linetry
:
Handles non-zero exits inside a block of code&&
And
Logical Operator: Continues next operation if previous operation
passes||
Or Logical
Operator: Continues next operation only if previous operation
failsThis document was generated from gen/changelog/v2.10_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 Sat Aug 23 22:28:13 UTC 2025 against commit ad23f13ad23f131bfecd82ea8a12d9b3e92aab5d8398ae9.
Current version is 7.0.2129 (website) which has been verified against tests cases.