mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 15:15:23 +02:00
read: update more information links (#16602)
This commit is contained in:
parent
ef745cdd15
commit
ad2fe146c8
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# read
|
||||
|
||||
> Shell builtin para recuperar datos de `stdin`.
|
||||
> Más información: <https://manned.org/read.1p>.
|
||||
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#index-read>.
|
||||
|
||||
- Almacena los datos que escribes desde el teclado:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# read
|
||||
|
||||
> `stdin`으로부터 데이터를 수신하는 셸 내장 함수.
|
||||
> 더 많은 정보: <https://manned.org/read.1p>.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-read>.
|
||||
|
||||
- 키보드로 입력한 데이터를 저장:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# read
|
||||
|
||||
> 从标准输入(或文件)读取一行并将单词分配给变量。
|
||||
> 更多信息:<https://manned.org/read.1p>.
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-read>.
|
||||
|
||||
- 读取键盘输入的数据赋值给变量:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue