Add a seq(1) command, similar to what is present in GNU and Plan9.
authormillert <millert@openbsd.org>
Tue, 22 Feb 2022 15:15:34 +0000 (15:15 +0000)
committermillert <millert@openbsd.org>
Tue, 22 Feb 2022 15:15:34 +0000 (15:15 +0000)
commit99b9de835ca00df3794fe3bf20d6d502d54b603d
tree86403fe772f622a7511007010a4274264231d55d
parent09680dbfcfcd906df3299c7e57d379c483a4a9f4
Add a seq(1) command, similar to what is present in GNU and Plan9.
Adapted from the NetBSD version with some changes from FreeBSD.
OK gnezdo@
usr.bin/Makefile
usr.bin/seq/Makefile [new file with mode: 0644]
usr.bin/seq/seq.1 [new file with mode: 0644]
usr.bin/seq/seq.c [new file with mode: 0644]