Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-24 00:17:31 +00:00
parent 058ce19122
commit 20dd4df506
9 changed files with 164 additions and 14 deletions

25
tldr/brew-cleanup Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# brew cleanup
> Remove stale lock files and outdated downloads for all formulas and casks.
> More information: <https://docs.brew.sh/Manpage#cleanup-options-formulacask->.
- Remove stale lock files and outdated downloads for all formulas/casks:
`brew cleanup`
- Remove stale lock files and outdated downloads for a specific formula/cask:
`brew cleanup {{formula|cask}}`
- Show what would be removed, but do not actually remove anything:
`brew cleanup {{[-n|--dry-run]}}`
- Display help:
`brew cleanup {{[-h|--help]}}`