1
0
Fork 0
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:
Nelson Figueroa 2025-05-26 06:02:22 -07:00 committed by GitHub
parent ef745cdd15
commit ad2fe146c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -1,7 +1,7 @@
# read
> `stdin`으로부터 데이터를 수신하는 셸 내장 함수.
> 더 많은 정보: <https://manned.org/read.1p>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-read>.
- 키보드로 입력한 데이터를 저장:

View file

@ -1,7 +1,7 @@
# read
> 从标准输入(或文件)读取一行并将单词分配给变量。
> 更多信息:<https://manned.org/read.1p>.
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-read>.
- 读取键盘输入的数据赋值给变量: