Delila Program: dedup

dedup program

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

{   version = 1.01; (* of dedup.p 2015 Mar 26}

(* begin module describe.dedup *)
(*
name
   dedup: remove character duplications

synopsis
   dedup(input: in, output: out)

files

   input:  input file

   output: input file with duplicated characters removed.

description

   The input file is copied to the output file and when a character
   matches the previous character it is not output.

examples

   The string:
     'hi    therrre'
   becomes:
     'hi there'

documentation

see also

   rembla, rb

author

   Thomas Dana Schneider

bugs

technical notes

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


{created by htmlink 1.62}