504
Celerra Network Server Command Reference Manual
Using Celerra Command Scripts
Query operators Use these operators when building your queries:
Table 3 Operator definitions
Operator Definition
= Having the pattern (sub-string match)
== Exact string match
=- Integer Minimum (not less than)
=+ Integer Maximum (not more than)
=* Any
=^ NOT having the pattern
=^= NOT an exact match
=^- NOT Integer Minimum (is less than)
=^+ NOT Integer Maximum (is more than)
=^* NOT Any (None)