Delila Program: fv

fv program

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

{   version = 1.01; (* of fv.p 2012 Apr 05}

(* 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

2012 Apr 05:  I discovered that
   tail -r
performs the same function as this program!

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


{created by htmlink 1.62}