Deprecated Features
Less than 1 minuteDeprecated Features
Deprecated Features
Murex is committed to backwards compatibility. While we do want to continue to grow and improve the shell, this will not come at the expense of long term usability. However sometimes features do need to be removed to keep the shell focused and well maintained.
Please read our compatibility commitment for more information on Murex's compatibility commitment
Pages
Builtins
Builtin commands which have been removed from Murex
- Arithmetic Evaluation:
=: Evaluate a mathematical function (removed 7.0) - Exit after error:
die: Terminate murex with an exit number of 1 (removed 7.0) - Integer Operations:
let: Evaluate a mathematical function and assign to variable (removed 7.0) - Read With Type:
tread:reada line of input from the user and store as a user defined typed variable (removed 7.0)
Tokens And Operators
Tokens, operators, and other syntactic features which have been removed from Murex
?stderr Pipe: Pipes stderr from the left hand command to stdin of the right hand command (removed 8.0)