mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 11:06:02 +02:00
expand: update documentation link (#15538)
This commit is contained in:
parent
390dd7547c
commit
db3542bbcb
4 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`에 작성:
|
||||
|
||||
|
|
|
@ -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`:
|
||||
|
||||
|
|
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue