Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 937 Bytes

kdb-basename.md

File metadata and controls

45 lines (29 loc) · 937 Bytes

kdb-basename(1) -- Get the basename of a key name

SYNOPSIS

kdb basename <key name>

Where key name is the name of the key.

DESCRIPTION

This command is used to retrieve the basename of a key.

RETURN VALUES

This command will return the following values as an exit status:

  • 0: No errors.
  • 7: invalid key name passed, see kdb(1) for a list of return codes used by kdb.

OPTIONS

  • -n, --no-newline: Suppress the newline at the end of the output.

EXAMPLES

kdb basename user:/key/subkey
#> subkey

kdb basename user:/key/subkey/
#> subkey

kdb basename /
#>

SEE ALSO