There are two ways to refer to an object in the CLI
use the identifier, prefixed by a /,
ls the current items and use the index (an integer) from the listing, e.g. 0, 11
Number 2 is good for smaller stores (like VOs), but there is really no reason to have an escape character for an identifier. Therefore make the escape character optional.
There are two ways to refer to an object in the CLI
Number 2 is good for smaller stores (like VOs), but there is really no reason to have an escape character for an identifier. Therefore make the escape character optional.