mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 04:58:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,15 +10,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List installed packages and their versions:
|
||||
|
||||
`pkginfo -i`
|
||||
`pkginfo {{[-i|--installed]}}`
|
||||
|
||||
- List files owned by a package:
|
||||
|
||||
`pkginfo -l {{package}}`
|
||||
`pkginfo {{[-l|--list]}} {{package}}`
|
||||
|
||||
- List the owner(s) of files matching a pattern:
|
||||
|
||||
`pkginfo -o {{pattern}}`
|
||||
`pkginfo {{[-o|--owner]}} {{pattern}}`
|
||||
|
||||
- Print the footprint of a file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user