logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

       fold - 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

Synopsis

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

Version

       v0.0.30

                                                   fold 0.0.30                                           fold(1)

See Also