bug#61267: shuf -i with negative numbers

2023-02-04 Thread Pádraig Brady
tag 61267 notabug close 61267 stop comments below... On 03/02/2023 22:31, k...@plan9.lol wrote: hello shuf -i option cannot handle negative numbers. examples: $ shuf -i -10-20 $ shuf -i 0--20 don't know if it's a bug or a feature. The input range needs to be unsigned as documented in

bug#61267: shuf -i with negative numbers

2023-02-03 Thread kpm
hello shuf -i option cannot handle negative numbers. examples: $ shuf -i -10-20 $ shuf -i 0--20 don't know if it's a bug or a feature. :^) ~ kpm