fold(1) minix man page | unix.com

Man Page: fold

Operating Environment: minix

Section: 1

FOLD(1) 						      General Commands Manual							   FOLD(1)

NAME
fold - fold long lines
SYNOPSIS
fold [-n] [file] ...
OPTIONS
-n How long should the output lines be
EXAMPLES
fold -60 # Fold stdin to 60 characters fold file # Fold file to 80 characters
DESCRIPTION
Fold takes copies its input from the named file (or stdin, if none is specified) to standard output. However, lines longer than the given maximum (default 80) are broken into multiple lines of the maximum length by inserting new line characters.
SEE ALSO
width(1). FOLD(1)
Related Man Pages
fold(1) - opensolaris
fold(1) - mojave
fold(1) - linux
fold(1p) - suse
fold(1) - freebsd
Similar Topics in the Unix Linux Community
Concatenate all the files in folder on timestamps
Copying from one folder to another similar folder 1000x times
Script that sums the contents of a folder (help me)
Unable to mount shared folder from Linux server
Hotfolder with inotify-tools, loop FOR not working