18.4. zk:list
Abstract
list a znode's children
Synopsis
zk:list
[
--help
] [
-r|--recursive
] [
-d|--display
] {
path
}
Arguments
Table 18.4, “zk:list Arguments” describes the commands arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-r, --recursive | List children recursively. |
-d, --display | Display a znode's value, if set. |
path | Path of the znode to list. Defaults to / . |