mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 23:56:00 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/pacini
Normal file
33
tldr/linux/pacini
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
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 --section-list`
|
||||
|
||||
- Always show directive names even if only one directive is provided:
|
||||
|
||||
`pacini --verbose {{directive}}`
|
||||
|
||||
- Display directives listed in a specific section:
|
||||
|
||||
`pacini --section {{section_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacini --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`pacini --version`
|
||||
Reference in New Issue
Block a user