By downloading this code you agree to the
Source Code Use License (PDF). |
{ 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}