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
[ ..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
)f
): Lists or filters file system objects (eg
files)trypipe
): Checks for non-zero exits of each function
in a pipelinerx
):
Regexp pattern matching for file system objects (eg
.*\\.txt
)autocomplete
): 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 Wed Jul 2 22:12:32 UTC 2025 against commit bb72b6fbb72b6fdd502f835172d7d06207ba4ec2c70886c.
Current version is 7.0.2107 (develop) which has been verified against tests cases.