Narthex

Modular dictionary generator
git clone git@git.mcdim.xyz:/var/www/git/Narthex.git
Log | Files | Refs | README

ninc.1 (747B)


      1 .\# Manpage for Ninc 
      2 
      3 .TH man 8 "15 Jul 2021" "1.0" "Ninc manual page"
      4 .SH NAME
      5 Ninc \- Narthex incrementor
      6 .SH SYNOPSIS
      7 cat dictionary.txt | ninc [MIN] [MAX] [OPTIONS] > output.txt
      8 .SH DESCRIPTION
      9 Ninc reads from standard input and 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.
     10 
     11 .SH OPTIONS
     12 -n	increment numerical lines
     13 
     14 -v	print version and exit
     15 
     16 -h	print help panel and exit
     17 
     18 .PP
     19 Notice, numerical lines (in this case 1234) are excluded. In order to include them you can use the -n option.
     20 
     21 .SH AUTHOR
     22 Michael Constantine Dimopoulos <mk@mcdim.xyz>
     23 
     24 https://mcdim.xyz
     25 
     26 .SH LICENSE
     27 GNU Public License 3.0 (GPL-3.0)