1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: enum
Section: utils
Priority: optional
Maintainer: Jan Hauke Rahm <jhr@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/enum
Vcs-Git: https://salsa.debian.org/debian/enum.git
Homepage: https://web.archive.org/web/20161230030558/https://fedorahosted.org/enum/
Package: enum
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: seq- and jot-like enumerator
enum enumerates values (numbers) between two values, possibly further adjusted
by a step and/or a count, all given on the command line. Before printing,
values are passed through a formatter. Very fine control over input
interpretation and output is possible.
.
enum is designed to be a drop-in replacement for GNU seq while still providing
(almost) the same feature set jot (on BSD) provides.
|