Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-11 00:21:58 +00:00
parent 9b844dc12b
commit f3773777cf
36 changed files with 230 additions and 99 deletions

View File

@@ -9,14 +9,14 @@ source: https://github.com/tldr-pages/tldr.git
> This command is commonly used to answer yes to every prompt by install commands (such as `apt-get`).
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
- Repeatedly output "message":
`yes {{message}}`
- Repeatedly output "y":
- Repeatedly output `y`:
`yes`
- Repeatedly output a specified value:
`yes {{value}}`
- Accept everything prompted by the `apt-get` command:
`yes | sudo apt-get install {{program}}`