Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-12 00:20:06 +00:00
parent d185573d5d
commit c8f7023029
9 changed files with 236 additions and 10 deletions

25
tldr/linux/pacfile Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pacfile
> Display information about package files, including repository data, file system checks, and database comparisons.
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacfile.pod>.
- List all available packages:
`pacfile`
- Compare database values to the file system:
`pacfile --check`
- Display help:
`pacfile --help`
- Display version:
`pacfile --version`