Lines Matching refs:blank
1332 current directory, or if any file has a name containing a blank or
1684 @itemx --squeeze-blank
1686 @opindex --squeeze-blank
1688 @cindex squeezing blank lines
1689 Suppress repeated adjacent blank lines; output just one empty line
1903 @itemx --join-blank-lines=@var{number}
1905 @opindex --join-blank-lines
1907 @cindex blank lines, numbering
2465 By default, blank lines, spaces between words, and indentation are
2569 By default, a 5-line header is printed at each page: two blank lines;
2571 blank lines. A footer of five blank lines is also printed.
2756 the middle blank part.
2837 out the bottom of pages (with blank lines or a form feed). No page
2930 Break at word boundaries: the line is broken after the last blank before
4552 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4567 By default letters and digits are those of ASCII and a blank
4671 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4769 with fields being separated by runs of blank characters, and by default
4771 To adjust the handling of blank characters see the @option{-b} and
4891 string between a non-blank character and a blank character.
4892 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
5358 Fields are a sequence of blank characters followed by non-blank characters.
5442 blank lines, then the output is ambiguous.
5444 remove blank lines.
6338 like reordering fields, and handling fields aligned with blank characters.
6339 By default @command{awk} uses (and discards) runs of blank characters
6352 one can use the @command{join} command, to process blank
7243 @item blank
7244 @opindex blank
7417 by converting each sequence of punctuation and blank characters to a
7426 | tr -s '[:punct:][:blank:]' '[\n*]' \
7541 locale, a @dfn{blank} is a space or a tab; other locales may specify
7542 additional blank characters. Synopsis:
7549 that precede all non-blank characters) on each line. It
7581 even if they occur after non-blank characters in a line.
16099 @command{users} prints on a single line a blank-separated list of user
16389 blank in many locales.
19937 the blank. The @samp{\n} represents the newline character; it has to
19941 At this point, we have data consisting of words separated by blank space.
19953 blank lines. (The @samp{>} is the shell's ``secondary prompt.''