Skip to content

Files

Latest commit

author
PhilippGackstatter
Oct 2, 2019
cd3a83e · Oct 2, 2019

History

History
39 lines (28 loc) · 1.1 KB

kdb-meta-ls.md

File metadata and controls

39 lines (28 loc) · 1.1 KB

kdb-meta-ls(1) - Print metakeys associated with a key

SYNOPSIS

kdb meta-ls <key name>

Where key name is the name of the key.

DESCRIPTION

This command prints the names of all metakeys associated with the key named key name.
If no metakeys are associated with the given key, nothing will be printed.

OPTIONS

  • -H, --help: Show the man page.
  • -V, --version: Print version info.
  • -p, --profile <profile>: Use a different kdb profile.
  • -C, --color <when>: Print never/auto(default)/always colored output.
  • -0, --null: Use binary 0 termination.
  • -v, --verbose: Explain what is happening. Prints additional information in case of errors/warnings. Show which key will be used.
  • -d, --debug: Give debug information. Prints additional debug information in case of errors/warnings.

EXAMPLE

To see which metakeys are associated with a key:
kdb meta-ls /example/key

SEE ALSO