cat

zk cat

  1. zk cat <path1> [<path2> ...] [flags]

Examples

  1. zk cat /zk/path
  2. # List filename before file data
  3. zk cat -l /zk/path1 /zk/path2

Options

  1. -p, --decodeProto decode proto files and display them as text
  2. -f, --force no warning on nonexistent node
  3. -h, --help help for cat
  4. -l, --longListing long listing

SEE ALSO

  • zk - zk is a tool for wrangling zookeeper.