Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-04 00:18:54 +00:00
parent 6a21fb2330
commit fc337cf5c7
2 changed files with 5 additions and 1 deletions

View File

@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- List only casks:
`brew list --cask`
- List only pinned formulae:
`brew list --pinned`

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# printenv
> Print values of all or environment variables.
> More information: <https://www.gnu.org/software/coreutils/printenv>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html>.
- Display key-value pairs of all environment variables: