Query: fold
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FOLD(1) General Commands Manual FOLD(1)NAMEfold - fold long linesSYNOPSISfold [-n] [file] ...OPTIONS-n How long should the output lines beEXAMPLESfold -60 # Fold stdin to 60 characters fold file # Fold file to 80 charactersDESCRIPTIONFold 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 ALSOwidth(1). FOLD(1)
Related Man Pages |
---|
fold(1) - redhat |
fold(1p) - centos |
fold(1p) - suse |
fold(1) - sunos |
fold(1) - osx |