Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
- Remove all but the 3 most recent package versions from the `pacman` cache:
`paccache -r`
`paccache {{[-r|--remove]}}`
- Set the number of package versions to keep:
`paccache -rk {{num_versions}}`
`paccache {{[-rk|--remove --keep]}} {{num_versions}}`
- Perform a dry-run and show the number of candidate packages for deletion:
`paccache -d`
`paccache {{[-d|--dryrun]}}`
- Move candidate packages to a directory instead of deleting them:
`paccache -m {{path/to/directory}}`
`paccache {{[-m|--move]}} {{path/to/directory}}`