1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 14:55:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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):