Owner manual

shell:compare
Uses an operator to compare two arguments.
Syntax
shell:compare [options] left operator right
Options
--not Negate the logic of the operator.
Arguments
left Left argument for the operator
operator Any of the following:
CONTAINS, con,
CONTAINS_MATCH
, cm,
ENDS_WITH
, ew,
EQUALS
, ==, eq, is,
GREATER
, >, gt,
GREATER_EQUAL
, >=, ge,
IN
, in,
LESS, <, lt,
LESS_EQUAL
, <=, le,
MATCHES
, m,
NOT_EQUALS
, <>, neq,
NOT_IN
, nin,
STARTS_WITH, sw
right Right argument for the operator
shell:cp
Copies a variable or subtree.
Syntax
shell:update [options] from to
Options
(See
help –-all for details on all other options.)
Arguments
from Name of item to move
to New name or location
128