]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
seq(1): Require user-provided format strings to contain a conversion
authorcem <cem@FreeBSD.org>
Thu, 7 Mar 2019 18:24:16 +0000 (18:24 +0000)
committercem <cem@FreeBSD.org>
Thu, 7 Mar 2019 18:24:16 +0000 (18:24 +0000)
commit551738280dbd13ec4401fdcf6b07c4dfae086f44
treea7451df3cfd3f3f7a027d9b73b886c53475d7ff3
parent107c3998c38180b8fb9603f8935bcf4fd1ecfb49
seq(1): Require user-provided format strings to contain a conversion

This matches GNU seq, for example.

For users that are looking for similar functionality, 'jot -b foo N' will
print 'foo' N times.  See jot(1).

PR: 236347
Reported by: <y AT maya.st>
Sponsored by: Dell EMC Isilon
usr.bin/seq/seq.c
usr.bin/seq/tests/seq_test.sh