fold: add link (#5579)

This commit is contained in:
marchersimon
2021-03-30 08:53:35 +02:00
committed by GitHub
parent 4d76ad0fe2
commit 5b92d1fb41

View File

@@ -1,6 +1,7 @@
# fold
> Wraps each line in an input file to fit a specified width and prints it to the standard output.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/fold-invocation.html>.
- Wrap each line to default width (80 characters):