νάρθηξ - narthex

Modular personalized dictionary generator - [git] - [github] - [license] - by Michael Constantine Dimopoulos - <mk@mcdim.xyz>


nrev

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 | nrev
where words.txt contains the following:
dog
cat
fish
the program will produce this:
dog
cat
fish
god
tac
hsif