mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 01:43:17 +00:00
Update cheatsheets
This commit is contained in:
26
linux/pkgctl-diff
Normal file
26
linux/pkgctl-diff
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pkgctl diff
|
||||
|
||||
> Compare package files using different modes.
|
||||
> See also: `pkgctl`.
|
||||
> More information: <https://man.archlinux.org/man/pkgctl-diff.1>.
|
||||
|
||||
- Compare package files in tar content [l]ist different mode (default):
|
||||
|
||||
`pkgctl diff --list {{path/to/file|pkgname}}`
|
||||
|
||||
- Compare package files in [d]iffoscope different mode:
|
||||
|
||||
`pkgctl diff --diffoscope {{path/to/file|pkgname}}`
|
||||
|
||||
- Compare package files in `.PKGINFO` different mode:
|
||||
|
||||
`pkgctl diff --pkginfo {{path/to/file|pkgname}}`
|
||||
|
||||
- Compare package files in `.BUILDINFO` different mode:
|
||||
|
||||
`pkgctl diff --buildinfo {{path/to/file|pkgname}}`
|
||||
Reference in New Issue
Block a user