Re: [RFC] seq: allow format string to contain no %-directives

2008-02-19 Thread Jim Meyering
Steven Schubiger <[EMAIL PROTECTED]> wrote: > I was wondering how such an implementation would possibly look like. > But before I dig into the code again, some clarification on the specifics > of expected behavior would be regarded helpful. > > Would such a change allow for repeated items such as >

[RFC] seq: allow format string to contain no %-directives

2008-02-19 Thread Steven Schubiger
I was wondering how such an implementation would possibly look like. But before I dig into the code again, some clarification on the specifics of expected behavior would be regarded helpful. Would such a change allow for repeated items such as $ seq -f "a" 5 a a a a a for example? With followin