On 20/09/2025 at 00:01, Gioele Barabucci wrote:
From: Nicolas Aupetit <nicolas.aupetit+report...@ebzao.info>The `repeat` function calls the provided command one time too many: repeat 10 echo "foo" | wc -l ⇒ 11
Surely that depends on your definition of repeat. Do it and repeat it 10 times vs. Do it a total of 10 times -- Chris Elvidge England