Home
last modified time | relevance | path

Searched refs:newlines (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dcat.c225 int newlines = newlines2; in cat() local
301 newlines2 = newlines; in cat()
319 newlines2 = newlines; in cat()
325 newlines2 = newlines; in cat()
343 if (++newlines > 0) in cat()
345 if (newlines >= 2) in cat()
350 newlines = 2; in cat()
401 if (newlines >= 0 && number) in cat()
451 newlines = -1; in cat()
490 newlines = -1; in cat()
/coreutils/doc/
Dcoreutils.texi621 output even when that output would contain data with embedded newlines.
2297 When decoding, newlines are always accepted.
2698 Use a form feed instead of newlines to separate output pages. This does
3793 @command{wc} counts the number of bytes, characters, words, and newlines
3810 The counts are printed in this order: newlines, words, characters, bytes,
5751 are disabled, spaces, tabs and newlines are always considered as break
7349 newlines.
7397 non-alphanumeric characters to newlines, then squeezes each string
7398 of repeated newlines into a single newline:
7405 Convert each sequence of repeated newlines to a single newline.
[all …]
/coreutils/
DNEWS1426 by using a '\' at the start of the line, and replacing any newlines with '\n'.
3083 avoid ambiguity with newlines embedded in the environment.