@g
(autoglob)Command prefix to expand globbing (deprecated)
This feature is now deprecated and only applies to murex version 2:
By default murex does not expand globbing (*
and ?
wildcards) instead encouraging the use of g
(and similar) inside a subshell. While the aim of this is to promote correctness, it can be a little annoying while working in the interactive shell. For this reason you can prefix any command with @g
to enable Bash-like globbing.
@g command ...
@g echo *
As of murex 2.9
and above it is possible to enable automatic globbing in the interactive shell without having to prefix the command with @g
by enabling the following config
option:
config: set shell auto-glob true
It is enabled by default on from version 3.x onwards (and renamed to expand-glob
)
config
: Query or define murex runtime settingsf
: Lists or filters file system objects (eg files)g
: Glob pattern matching for file system objects (eg *.txt
)rx
: Regexp pattern matching for file system objects (eg .*\\.txt
)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 Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.