Re: busybox seq doesn't handle negative numbers

2023-04-04 Thread Keith Thompson
On Mon, Apr 3, 2023 at 10:59 PM Dominique Martinet wrote: > > Keith Thompson wrote on Mon, Apr 03, 2023 at 10:15:40PM -0700: > > The GNU coreutils seq command recognizes and handles negative > > arguments. > > > > The busybox seq command does not. Any argument starting with a '-' > > character is

Re: busybox seq doesn't handle negative numbers

2023-04-04 Thread Steffen Nurpmeso
Dominique Martinet wrote in : |Keith Thompson wrote on Mon, Apr 03, 2023 at 10:15:40PM -0700: |> The GNU coreutils seq command recognizes and handles negative |> arguments. |> |> The busybox seq command does not. Any argument starting with a '-' |> character is assumed to be an option

Re: busybox seq doesn't handle negative numbers

2023-04-04 Thread Dominique Martinet
Keith Thompson wrote on Mon, Apr 03, 2023 at 10:15:40PM -0700: > The GNU coreutils seq command recognizes and handles negative > arguments. > > The busybox seq command does not. Any argument starting with a '-' > character is assumed to be an option name. > > There is a (rather inconvenient)