UFOLD(1) General Commands Manual UFOLD(1)
NAME
ufold - wrap each UTF-8 input line to fit specified width
SYNOPSIS
ufold [-h | --help]
ufold [-v | --version]
ufold [-s | --spaces] [-w | --width=width] [file]
COPYRIGHT
ufold Copyright © 2021-2023 Strahinya Radich.
This program is licensed under GNU GPL v3 or later. See the file LI-
CENSE in the ufold repository for details.
DESCRIPTION
ufold wraps input lines in file, writing to standard output. It is a
version of a program fold(1) from the GNU coreutils which supports in-
put encoded in UTF-8.
If a special filename of "-" is given, ufold will instead read from the
standard input. This also happens when no filename is given.
AUTHOR
Strahinya Radich, <https://strahinja.org>
BUGS
Bugs can be reported using the ticket tracker at: <https://todo.sr.ht/
~strahinja/text-tools>
SEE ALSO
fold(1)
text-tools October 02, 2023 UFOLD(1)