Narthex

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

nrev.1 (505B)


      1 .\" Manpage for nrev
      2 
      3 .TH man 8 "15 Jul 2021" "1.2.1" "nrev manual page"
      4 .SH NAME
      5 nrev \- Narthex reverser 
      6 .SH SYNOPSIS
      7 cat dictionary.txt | nrev > output.txt
      8 nrev dictionary.txt
      9 .SH DESCRIPTION
     10 nrev reads from standard input or a file and appends to it the lines reversed. It prints to standard output.
     11 
     12 .SH OPTIONS
     13 -v	print version and exit
     14 
     15 -h	print help panel and exit
     16 
     17 .SH AUTHOR
     18 Michael Constantine Dimopoulos <mk@mcdim.xyz>
     19 
     20 https://mcdim.xyz
     21 
     22 .SH LICENSE
     23 GNU General Public License 3.0 (GPL-3.0)