Provided by: rust-coreutils_0.1.0+git20250711.2ba3a33-0ubuntu2_amd64 bug

NAME

       fold - Writes each file (or standard input if no files are given) to standard output whilst breaking long
       lines

SYNOPSIS

       fold [-b|--bytes] [-s|--spaces] [-w|--width] [-h|--help] [-V|--version] [file]

DESCRIPTION

       Writes each file (or standard input if no files are given) to standard output whilst breaking long lines

OPTIONS

       -b, --bytes
              count  using bytes rather than columns (meaning control characters such as newline are not treated
              specially)

       -s, --spaces
              break lines at word boundaries rather than a hard cut-off

       -w, --width=WIDTH
              set WIDTH as the maximum line width rather than 80

       -h, --help
              Print help

       -V, --version
              Print version

VERSION

       v(uutils coreutils) 0.1.0

                                          fold (uutils coreutils) 0.1.0                                  fold(1)