Lines Matching +full:even +full:- +full:numbered
26 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38 .Bk -words
41 .Bk -words
44 .Bk -words
47 .Bk -words
50 .Bk -words
53 .Bk -words
56 .Bk -words
59 .Bk -words
62 .Bk -words
65 .Bk -words
96 .Bl -column "\e:\e:\e:" "Start of" -offset indent
107 .Bl -tag -width ".Fl v Ar startnum"
109 Specify the logical page body lines to be numbered.
113 .Bl -tag -width indent
117 Number only non-empty lines.
172 2 results in only the second adjacent blank line being numbered.
181 .Bl -tag -width indent -compact
231 .Ex -std
233 Number all non-blank lines:
234 .Bd -literal -offset indent
235 $ echo -e "This is\\n\\n\\na simple text" | nl
243 leading zeroes, starting at 2, with increment of 2 and a custom multi-character
245 .Bd -literal -offset indent
246 $ echo -e "This\\nis\\nan\\n\\n\\nexample" | nl -ba -n rz -i2 -s "->" -v2
247 000002->This
248 000004->is
249 000006->an
250 000008->
251 000010->
252 000012->example
261 .Bd -literal -offset indent
262 $ echo -e "This is\\na simple text\\nwith multiple\\nlines" | nl -bp'i[mn]'
275 .St -p1003.1-2001 .