sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

rev.1 (308B)


      1 .Dd 2016-03-26
      2 .Dt REV 1
      3 .Os sbase
      4 .Sh NAME
      5 .Nm rev
      6 .Nd reverse each line
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Ar file ...
     10 .Sh DESCRIPTION
     11 .Nm
     12 reads each
     13 .Ar file
     14 in sequence and writes it to stdout, but with all characters in each
     15 line in reverse order.
     16 If no
     17 .Ar file
     18 is given
     19 .Nm
     20 reads from stdin.
     21 .Sh SEE ALSO
     22 .Xr tac 1