fmt: add link (#5578)

This commit is contained in:
marchersimon
2021-03-30 08:56:16 +02:00
committed by GitHub
parent 5b92d1fb41
commit 30b4f26add
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# fmt # fmt
> Riformatta i paragrafi di un file di testo unendoli e limitando la larghezza delle righe a un dato numero di caratteri (di default 75). > Riformatta i paragrafi di un file di testo unendoli e limitando la larghezza delle righe a un dato numero di caratteri (di default 75).
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/fmt-invocation.html>.
- Riformatta un file: - Riformatta un file:

View File

@@ -1,6 +1,7 @@
# fmt # fmt
> Reformat a text file by joining its paragraphs and limiting the line width to given number of characters (75 by default). > Reformat a text file by joining its paragraphs and limiting the line width to given number of characters (75 by default).
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/fmt-invocation.html>.
- Reformat a file: - Reformat a file: