-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
ninc.1
29 lines (20 loc) · 856 Bytes
/
ninc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.\" Manpage for ninc
.TH man 8 "15 Jul 2021" "1.2.2" "ninc manual page"
.SH NAME
ninc \- Narthex incrementor
.SH SYNOPSIS
cat dictionary.txt | ninc [MIN] [MAX] [OPTIONS] > output.txt
.SH DESCRIPTION
ninc reads from standard input and, after printing the dictionary as is, it reprints it but multiplies each line with the difference of max-min, and appends n to each line, where n is increased after every line from min to max inclusive. It prints to standard output.
.SH OPTIONS
-d user delimiters (specify in a string)
-n increment numerical lines
-v print version and exit
-h print help panel and exit
.PP
Notice, numerical lines (in this case 1234) are excluded. In order to include them you can use the -n option.
.SH AUTHOR
Michael Constantine Dimopoulos <[email protected]>
https://mcdim.xyz
.SH LICENSE
GNU General Public License 3.0 (GPL-3.0)