Add `dconf-read` page

feature/refresh-dconf
EmilySeville7cfg 2022-04-17 15:40:06 +10:00
parent 83d5d281d4
commit d147f26cfd
1 changed files with 13 additions and 0 deletions

13
pages/linux/dconf-read.md Normal file
View File

@ -0,0 +1,13 @@
# dconf read
> Read key values from dconf databases.
> See also: `dconf`.
> More information: <https://developer.gnome.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}}`