Bernhard Voelker <[email protected]> writes: > On 06/18/2014 03:39 PM, Pádraig Brady wrote: >> Subject: [PATCH] seq: fix incorrect output with start or end of -0 > > LGTM - although I'm still wondering what's the use case > behind a negative Null "-0". ;-)
I agree it is unlikely anyone would write -0 explicitly, but one could
imagine a script doing
seq -$n $m | ...
where the preceding code sets $n and $m to be some non-negative integers.
Thanks for the quick response.
Rasmus
