Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expr: update documentation link #15539

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages.es/common/expr.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/expr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# expr

> 표현식을 평가하고 문자열을 조작.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/expr>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html>.

- 특정 문자열의 길이를 가져옴:

Expand Down
2 changes: 1 addition & 1 deletion pages.nl/common/expr.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/expr.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Loading