By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.01; (* of mstrip.p 1993 Jan 27}
(* begin module describe.mstrip *)
(*
name
mstrip: remove control m's from a file
synopsis
mstrip(input: in, output: out)
files
input: a file which contains control m's (^M as seen in vi)
which one desires not to have control m's
output: the input copied to the output without the ^M's.
description
the tip program in conjunction with the cyber produces extra
control m's at the ends of lines in the scripts. this program
removes them.
author
tom schneider
bugs
none known
*)
(* end module describe.mstrip *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}