Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

echo: add more information link #5606

Merged
merged 1 commit into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages.de/common/echo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# echo

> Gib angegebene Argumente aus.
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.

- Gib einen Text aus. (Hinweis: Anführungszeichen sind optional):

Expand Down
1 change: 1 addition & 0 deletions pages.fr/common/echo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# echo

> Affiche les paramètres donnés dans la console.
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.

- Affiche un message (les guillemets sont facultatifs) :

Expand Down
1 change: 1 addition & 0 deletions pages.it/common/echo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# echo

> Stampa a schermo gli argomenti forniti.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.

- Stampa un messaggio di testo. Nota: le virgolette sono opzionali:

Expand Down
1 change: 1 addition & 0 deletions pages.zh/common/echo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# echo

> 输出给定参数.
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.

- 输出文本信息. 注意: 引号是可选的:

Expand Down
1 change: 1 addition & 0 deletions pages.zh_TW/common/echo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# echo

> 印出文字。
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.

- 印出一行文字(如果文字中沒有連續的空格,可以不加引號):

Expand Down
1 change: 1 addition & 0 deletions pages/common/echo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# echo

> Print given arguments.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.

- Print a text message. Note: quotes are optional:

Expand Down