Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dshuf.c381 bool repeat = false; in main() local
471 repeat = true; in main()
526 if (repeat || head_lines == SIZE_MAX in main()
541 size_t ahead_lines = repeat || head_lines < n_lines ? head_lines : n_lines; in main()
544 (use_reservoir_sampling || repeat in main()
566 if (!repeat) in main()
573 if (repeat) in main()
Dcsplit.c53 intmax_t repeat; /* Repeat count. */ member
863 || j <= controls[i].repeat); j++) in split_file()
869 || j <= controls[i].repeat); j++) in split_file()
1028 p->repeat = 0; in new_control_record()
1076 p->repeat = val; in parse_repeat_count()
/coreutils/
DNEWS696 [bug introduced with the --repeat feature in coreutils-8.22]
1686 shuf --repeat no longer dumps core if the input is empty.
1687 [bug introduced with the --repeat feature in coreutils-8.22]
1852 shuf accepts a new option: --repeat (-r), which can repeat items in
/coreutils/doc/
Dcoreutils.texi3584 @var{n} (a positive integer). If followed by a repeat count, also
3586 file once for each repeat.
3603 @item @{@var{repeat-count}@}
3604 Repeat the previous pattern @var{repeat-count} additional
3605 times. The @var{repeat-count} can either be a positive integer or an
3606 asterisk, meaning repeat as many times as necessary until the input is
5230 @itemx --repeat
5232 @opindex --repeat
5233 @cindex repeat output values
7364 @cindex squeezing repeat characters
[all …]