From d147f26cfd512cf61c22ad053f8b69403e6801ba Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Sun, 17 Apr 2022 15:40:06 +1000 Subject: [PATCH] Add `dconf-read` page --- pages/linux/dconf-read.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/dconf-read.md diff --git a/pages/linux/dconf-read.md b/pages/linux/dconf-read.md new file mode 100644 index 000000000..953418d03 --- /dev/null +++ b/pages/linux/dconf-read.md @@ -0,0 +1,13 @@ +# dconf read + +> Read key values from dconf databases. +> See also: `dconf`. +> More information: . + +- Print a specific key value: + +`dconf read {{/path/to/key}}` + +- Print a specific key [d]efault value: + +`dconf read -d {{/path/to/key}}`