| KDB-LSMETA(1) | KDB-LSMETA(1) |
NAME¶
kdb-lsmeta - Print metakeys associated with a key
SYNOPSIS¶
kdb lsmeta <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
- Show which key will be used.
EXAMPLE¶
To see which metakeys are associated with a key:
kdb lsmeta /example/key
SEE ALSO¶
- elektra-metadata(7) elektra-metadata.md for an explanation of the metadata concepts.
- elektra-key-names(7) elektra-key-names.md for an explanation of key names.
| October 2017 |