Elektra
0.8.15
|
kdb ls <key-name>
Where key-name
is the path in which the user would like to list keys below.
This command will list the name of all keys below a given path.
-H
, --help
: Show the man page.-V
, --version
: Print version info.-p
, --profile
=<profile>: Use a different kdb profile.-v
, --verbose
: Explain what is happening.-0
, --null
: Use binary 0 termination.To list all keys below user/example
: kdb ls user/example
If the user would also like to see the values of the keys below path
then you should consider the kdb-export(1) command.