Modular personalized dictionary generator - [git] - [github] - [license] - by Michael Constantine Dimopoulos - <mk@mcdim.xyz>
Nrev reads from standard input or a file and appends to it the lines reversed. It prints to standard output.
For example, with the following command$ cat words.txt | nrevwhere
words.txt
contains the following:
dog cat fishthe program will produce this:
dog cat fish god tac hsif