mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 05:59:57 +00:00
Update cheatsheets
This commit is contained in:
29
brew-list
Normal file
29
brew-list
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# brew list
|
||||
|
||||
> List installed formulae/casks or their files.
|
||||
> More information: <https://docs.brew.sh/Manpage#list-ls-options-installed_formulainstalled_cask->.
|
||||
|
||||
- List all installed formulae and casks:
|
||||
|
||||
`brew list`
|
||||
|
||||
- List files belonging to an installed formula:
|
||||
|
||||
`brew list {{formula}}`
|
||||
|
||||
- List artifacts of a cask:
|
||||
|
||||
`brew list {{cask}}`
|
||||
|
||||
- List only formulae:
|
||||
|
||||
`brew list --formula`
|
||||
|
||||
- List only casks:
|
||||
|
||||
`brew list --cask`
|
||||
Reference in New Issue
Block a user