EnglishFrenchSpanish

Ad


OnWorks favicon

kdb-get - Online in the Cloud

Run kdb-get in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command kdb-get that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


kdb-get - Get the value of a key stored in the key database

SYNOPSIS


kdb get <path>

Where path is the full path to the key.

DESCRIPTION


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

If you enter a path starting with a leading /, then a cascading lookup will be performed
in order to attempt to locate the key.
In this case, using the -v option allows the user to see the full path of the key if it is
found.

Note: There is a current limitation where only keys that are mounted will be considered
during a cascading lookup.
A workaround that will lookup all keys is to pass the -a option.
Additionally, a user can use the command kdb ls <same key> to see if an override or a
fallback will be considered by the lookup.

OPTIONS


-H, --help
Show the man page.

-V, --version
Print version info.

-a, --all
Consider all of the keys.

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

-v, --verbose
Explain what is happening. Gives a complete trace of all tried keys.

EXAMPLES


To get the value of a key:
kdb get user/example/key

To get the value of a key using a cascading lookup:
kdb get /example/key

To get the value of a key without adding a newline to the end of it: kdb get -n
/example/key

To explain why a specific key was used (for cascading keys): kdb get -v /example/key

Use kdb-get online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    NSIS: Nullsoft Scriptable Install System
    NSIS: Nullsoft Scriptable Install System
    NSIS (Nullsoft Scriptable Install
    System) is a professional open source
    system to create Windows installers. It
    is designed to be as small and flexible
    as possi...
    Download NSIS: Nullsoft Scriptable Install System
  • 2
    authpass
    authpass
    AuthPass is an open source password
    manager with support for the popular and
    proven Keepass (kdbx 3.x AND kdbx 4.x ...
    Download authpass
  • 3
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 4
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 5
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 6
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • More »

Linux commands

Ad