yes: add French translation, add common usage example (#4624)

This commit is contained in:
Simon Landry
2020-10-15 09:37:04 -04:00
committed by GitHub
parent 6264983e69
commit 709765c323
2 changed files with 21 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# yes
> Output something repeatedly.
> This command is commonly used to answer yes to every prompt by install commands (such as apt-get).
- Repeatedly output "message":
@@ -9,3 +10,7 @@
- Repeatedly output "y":
`yes`
- Accept everything prompted by the `apt-get` command:
`yes | sudo apt-get install {{program}}`