Pádraig Brady wrote:
> On 30/04/11 14:31, Jim Meyering wrote:
>> +for total_n_lines in 5 3000 2; do
>> + for i in 2 51 598; do
>> +# Don't create too many files/processes.
>> +case $i:$total_n_lines in 2:5);; *) continue;; esac
>
> So the other combos are only for developer debug?
> A
On 30/04/11 14:31, Jim Meyering wrote:
> +for total_n_lines in 5 3000 2; do
> + for i in 2 51 598; do
> +# Don't create too many files/processes.
> +case $i:$total_n_lines in 2:5);; *) continue;; esac
So the other combos are only for developer debug?
A comment to clariy would be good.
From: Jim Meyering
* tests/Makefile.am (TESTS): Add split/filter.
* tests/split/filter: New file.
---
tests/Makefile.am |1 +
tests/split/filter | 41 +
2 files changed, 42 insertions(+), 0 deletions(-)
create mode 100755 tests/split/filter
diff -