1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

while: replace incorrect link (#10579)

This commit is contained in:
Managor 2023-08-08 13:21:15 +03:00 committed by GitHub
parent 923fc2c17f
commit 121a0eb8b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# while
> Simple shell loop.
> More information: <https://manned.org/while>.
> More information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_09_04_09>.
- Read `stdin` and perform an action on every line: