1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

expr: update documentation link (#15539)

This commit is contained in:
Nelson Figueroa 2025-01-17 22:38:33 -08:00 committed by GitHub
parent db3542bbcb
commit 15f2137502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# expr
> Evalúa expresiones y manipula cadenas.
> Más información: <https://www.gnu.org/software/coreutils/expr>.
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html>.
- Obtiene la longitud de una cadena específica:

View file

@ -1,7 +1,7 @@
# expr
> 표현식을 평가하고 문자열을 조작.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/expr>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html>.
- 특정 문자열의 길이를 가져옴:

View file

@ -1,7 +1,7 @@
# expr
> Evalueer expressies en manipuleer string.
> Meer informatie: <https://www.gnu.org/software/coreutils/expr>.
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html>.
- Krijg de lengte van een specifieke string:

View file

@ -1,7 +1,7 @@
# expr
> Evaluate expressions and manipulate strings.
> More information: <https://www.gnu.org/software/coreutils/expr>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html>.
- Get the length of a specific string: