mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
685 B
Plaintext
34 lines
685 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pacini
|
|
|
|
> Query pacman-style configuration files.
|
|
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacini.pod>.
|
|
|
|
- Show the full parsed configuration file (default: `stdin`):
|
|
|
|
`pacini {{path/to/file}}`
|
|
|
|
- List configured sections:
|
|
|
|
`pacini {{path/to/file}} --section-list`
|
|
|
|
- Always show directive names even if only one directive is provided:
|
|
|
|
`pacini {{path/to/file}} --verbose`
|
|
|
|
- Display directives listed in a specific section:
|
|
|
|
`pacini {{path/to/file}} --section {{section_name}}`
|
|
|
|
- Display help:
|
|
|
|
`pacini --help`
|
|
|
|
- Display version:
|
|
|
|
`pacini --version`
|