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 15 with all characters in each line in reverse 16 order. If no 17 .Ar file 18 is given 19 .Nm 20 reads from stdin. 21 .Sh SEE ALSO 22 .Xr tac 1