mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
yes: add backticks to apt-get (#18030)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> Retorna algo repetidamente.
|
||||
> Este comando es frecuentemente utilizado para aceptar todas las confirmaciones en comandos de instalación (como apt-get).
|
||||
> Este comando es frecuentemente utilizado para aceptar todas las confirmaciones en comandos de instalación (como `apt-get`).
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
|
||||
- Retorna repetidamente "mensaje":
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> 무언가를 반복적으로 출력.
|
||||
> 이 명령은 일반적으로 설치 명령(예: apt-get)의 모든 프롬프트에 'yes'로 응답하기 위해 사용됩니다.
|
||||
> 이 명령은 일반적으로 설치 명령(예: `apt-get`)의 모든 프롬프트에 'yes'로 응답하기 위해 사용됩니다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
|
||||
- "메시지"를 반복적으로 출력:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> Iets herhaaldelijk uitvoeren.
|
||||
> Deze opdracht wordt vaak gebruikt om ja te beantwoorden op elke prompt door installatieopdrachten (zoals apt-get).
|
||||
> Deze opdracht wordt vaak gebruikt om ja te beantwoorden op elke prompt door installatieopdrachten (zoals `apt-get`).
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
|
||||
- Toon herhaaldelijk "bericht":
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> Wypisuje coś wielokrotnie.
|
||||
> Komenda używana często aby potwierdzić pytania zadawane przez komendy instalujące takie jak apt-get.
|
||||
> Komenda używana często aby potwierdzić pytania zadawane przez komendy instalujące takie jak `apt-get`.
|
||||
> Więcej informacji: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
|
||||
- Wypisuj bez końca "wiadomość":
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
`yes`
|
||||
|
||||
- Aceitar tudo solicitado pelo comando apt-get:
|
||||
- Aceitar tudo solicitado pelo comando `apt-get`:
|
||||
|
||||
`yes | sudo apt-get install {{programa}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> Bir şeyi tekrar tekrar yazdır.
|
||||
> Bu komut genelde yükleme işlemleri sırasında onay için yes yazmak için kullanılır (apt-get gibi).
|
||||
> Bu komut genelde yükleme işlemleri sırasında onay için yes yazmak için kullanılır (`apt-get` gibi).
|
||||
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
|
||||
- Tekrar tekrar "mesaj" yazdır:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> 重复输出某些内容。
|
||||
> 此命令通常用于对安装命令(如 apt-get)每个提示回答是。
|
||||
> 此命令通常用于对安装命令(如 `apt-get`)每个提示回答是。
|
||||
> 更多信息:<https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
|
||||
|
||||
- 重复输出“{{消息}}”:
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# yes
|
||||
|
||||
> Output something repeatedly.
|
||||
> This command is commonly used to answer yes to every prompt by install commands (such as apt-get).
|
||||
> 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":
|
||||
|
||||
Reference in New Issue
Block a user