mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-22 11:03:57 +02:00
13 lines
260 B
Markdown
13 lines
260 B
Markdown
# dconf read
|
|
|
|
> Read key values from dconf databases.
|
|
> See also: `dconf`.
|
|
> More information: <https://manned.org/dconf>.
|
|
|
|
- Print a specific key value:
|
|
|
|
`dconf read /{{path/to/key}}`
|
|
|
|
- Print a specific key [d]efault value:
|
|
|
|
`dconf read -d /{{path/to/key}}`
|