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:
parent
db3542bbcb
commit
15f2137502
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# expr
|
# expr
|
||||||
|
|
||||||
> Evalúa expresiones y manipula cadenas.
|
> 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:
|
- Obtiene la longitud de una cadena específica:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# expr
|
# expr
|
||||||
|
|
||||||
> 표현식을 평가하고 문자열을 조작.
|
> 표현식을 평가하고 문자열을 조작.
|
||||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/expr>.
|
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html>.
|
||||||
|
|
||||||
- 특정 문자열의 길이를 가져옴:
|
- 특정 문자열의 길이를 가져옴:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# expr
|
# expr
|
||||||
|
|
||||||
> Evalueer expressies en manipuleer string.
|
> 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:
|
- Krijg de lengte van een specifieke string:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# expr
|
# expr
|
||||||
|
|
||||||
> Evaluate expressions and manipulate strings.
|
> 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:
|
- Get the length of a specific string:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue