ncom.1 (883B)
1 .\" Manpage for ncom 2 3 .TH man 8 "26 Jul 2021" "1.2.0" "ncom manual page" 4 .SH NAME 5 ncom \- Narthex combinator 6 .SH SYNOPSIS 7 cat dictionary.txt | ncom [OPTIONS] > output.txt 8 ncom dictionary.txt [OPTIONS] > output.txt 9 .SH DESCRIPTION 10 ncom iterates over stdin and after printing the dictionary as is, it will print it again but will also append every line of stdin to each iteration creating, that way, a list of combinations (pairs) of the lines. 11 12 .SH OPTIONS 13 -d use delimiters (specified in a string) 14 15 -n exclude numerical bases, so if the base is '2002' and the part to be appended is 'word', the operation will not be executed. 16 17 -b do not operate when the base is the same with the appended part 18 19 -v print version and exit 20 21 -h print help panel and exit 22 23 .SH AUTHOR 24 Michael Constantine Dimopoulos <mk@mcdim.xyz> 25 26 https://mcdim.xyz 27 28 .SH LICENSE 29 GNU General Public License 3.0 (GPL-3.0)