fv program

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

{   version = 1.00; (* of fv.p 2007 May 19}

(* begin module describe.fv *)
(*
name
   fv: flip lines of a file vertically

synopsis
   fv(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 vertically.

examples

documentation

see also

   rv.p

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.fv *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}