Delila Program: rv

rv program

Documentation for the rv program is below, with links to related programs in the "see also" section.

{version = 1.03; (* of rv.p 2000 July 12}

(* begin module describe.rv *)
(*
name
   rv: reverse lines of a file

synopsis
   rv(input: in, output: out)

files

   input:  a text file

   output: each line of the input is typed backwards

description

   Lines of the input are read in, stored and put out in the reverse order.
   This allows one to reverse a line, trim off the *last* few characters with
   the unix cut program and then flip it around again to obtain a specific
   number of characters off the end.

examples

documentation

see also

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.rv *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}