Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-06 00:25:38 +00:00
parent c97d225ae0
commit efbccb61fb
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Restore dependencies without caching the HTTP requests:
`dotnet restore --no-cache`
`dotnet restore --no-http-cache`
- Force all dependencies to be resolved even if the last restore was successful:

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Print a quotation from one of the database files listed by `fortune -f`:
`fortune {{path/to/file}}`
- Pipe a fortune through another command (like `cowsay` or `lolcat`):
`fortune | cowsay | lolcat`