cd - change the current node


cd [-h] <child_instance_name> or <..>

Changes the current node in the existing hierarchy. The argument should be either the name of a child node or .. meaning the parent node. Note that cd ../foo is not allowed.

Command options:

-h
Print the command usage.

Last updated on 20050519 00h50