Skip to main content

MUREX_ARGV (json)

Laurence MorganLess than 1 minute

MUREX_ARGV (json)

Array of the command name and parameters passed to the current shell

Description

MUREX_ARGV returns an array of the command name and parameters passed to the current running Murex shell

Examples

» murex -trypipe -c '$MUREX_ARGV'
[
    "murex",
    "-trypipe",
    "-c",
    "$MUREX_ARGV"
]

Synonyms

  • murex_argv
  • MUREX_ARGV
  • MUREX_ARGS

See Also


This document was generated from gen/variables/MUREX_ARGV_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan