74 lines
1.0 KiB
HTML
74 lines
1.0 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>fold(1)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>fold(1)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
fold - fold long lines
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<STRONG>fold</STRONG> [<STRONG>-</STRONG><EM>n</EM>] [<EM>file</EM>] ...
|
|
|
|
|
|
</PRE>
|
|
<H2>OPTIONS</H2><PRE>
|
|
|
|
<STRONG>-</STRONG><EM>n</EM> How long should the output lines be
|
|
|
|
|
|
</PRE>
|
|
<H2>EXAMPLES</H2><PRE>
|
|
|
|
<STRONG>fold</STRONG> <STRONG>-60</STRONG> # Fold <EM>stdin</EM> to 60 characters
|
|
|
|
<STRONG>fold</STRONG> <STRONG>file</STRONG> # Fold <EM>file</EM> to 80 characters
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
|
|
<EM>Fold</EM> takes copies its input from the named file (or <EM>stdin</EM>, 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.
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<STRONG><A HREF="../man1/width.1.html">width(1)</A></STRONG>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|