mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 22:02:00 +00:00
Update cheatsheets
This commit is contained in:
17
brew-autoremove
Normal file
17
brew-autoremove
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# brew autoremove
|
||||
|
||||
> Remove unused formulae previously installed as dependencies.
|
||||
> More information: <https://docs.brew.sh/Manpage#autoremove---dry-run>.
|
||||
|
||||
- Remove all unused formulae:
|
||||
|
||||
`brew autoremove`
|
||||
|
||||
- Print what would be removed, but don't actually remove anything:
|
||||
|
||||
`brew autoremove --dry-run`
|
||||
Reference in New Issue
Block a user