https://github.com/hartwork/enum
:1234: Command line tool to enumerate values, replacing GNU seq and *BSD jot (moved from https://fedorahosted.org/enum/)
https://github.com/hartwork/enum
Last synced: 22 days ago
JSON representation
:1234: Command line tool to enumerate values, replacing GNU seq and *BSD jot (moved from https://fedorahosted.org/enum/)
- Host: GitHub
- URL: https://github.com/hartwork/enum
- Owner: hartwork
- License: other
- Created: 2016-10-02T18:49:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T19:25:22.000Z (almost 10 years ago)
- Last Synced: 2026-05-30T00:20:43.243Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 263 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Enum
====
https://github.com/hartwork/enum/releases[*DOWNLOADS*]
*enum* is:
* http://www.gnu.org/philosophy/free-sw.html[Free Software]
* a command line tool to ..
** enumerate values
** produce random numbers
* highly portable
* tested
* beyond version 1.0
Example:
-------------------------------------------------------------
# enum -e 8 11
08
09
10
11
-------------------------------------------------------------
*enum* came into being as a union of the features from GNU _seq_
and BSD _jot_, two previously existing tools doing similar work.
Found a bug? Please
https://github.com/hartwork/enum/issues[open a ticket] for it.
We also welcome patches, especially those from `git formatpatch`
against `HEAD` of branch _master_, and pull requests.
Thanks for your interest in *enum*!