other versions
KDB-LS(1) | KDB-LS(1) |
NAME¶
kdb-ls - List keys in the key database
SYNOPSIS¶
kdb ls <key-name>
Where key-name is the path in which the user would like to list keys below.
DESCRIPTION¶
This command will list the name of all keys below a given path.
OPTIONS¶
- -H, --help
- Show the man page.
- -V, --version
- Print version info.
- -v, --verbose
- Explain what is happening.
- -0, --null
- Use binary 0 termination.
EXAMPLES¶
To list all keys below user/example:
kdb ls user/example
SEE ALSO¶
If the user would also like to see the values of the keys below path then you should consider the kdb-export(1) kdb-export.md command.
2015-11-19 |