mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
expand: add more information link (#5577)
This commit is contained in:
parent
65067d4552
commit
6125eef679
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# expand
|
||||
|
||||
> Converti caratteri tab in spazi.
|
||||
> 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,6 +1,7 @@
|
|||
# expand
|
||||
|
||||
> Convert tabs to spaces.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation.html>.
|
||||
|
||||
- Convert tabs in each file to spaces, writing to standard output:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue