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

expand: update documentation link (#15538)

This commit is contained in:
Nelson Figueroa 2025-01-17 22:38:22 -08:00 committed by GitHub
parent 390dd7547c
commit db3542bbcb
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 @@
# expand
> Converti caratteri tab in spazi.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/expand>.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation.html>.
- Converti tab in un file in spazi, scrivendo su standard output:

View file

@ -1,7 +1,7 @@
# expand
> 탭을 공백으로 변환.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/expand>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation.html>.
- 각 파일의 탭을 공백으로 변환하여 `stdout`에 작성:

View file

@ -1,7 +1,7 @@
# expand
> Vervang tabs met spaties.
> Meer informatie: <https://www.gnu.org/software/coreutils/expand>.
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation.html>.
- Vervang tabs in ieder bestand met spaties en schrijf het naar `stdout`:

View file

@ -1,7 +1,7 @@
# expand
> Convert tabs to spaces.
> More information: <https://www.gnu.org/software/coreutils/expand>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation.html>.
- Convert tabs in each file to spaces, writing to `stdout`: