home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / utils / README.TXT < prev    next >
Text File  |  2011-08-17  |  966b  |  30 lines

  1. ADD.C
  2.   A simple adding machine -- type in numbers, one per line,
  3.   get sums, subtotals, averages.  Numbers may contain decimal points;
  4.   two decimal places are shown.
  5.  
  6. BIGFILE.C
  7.   Creates a big file (whose length requires a 64-bit word to express)
  8.   that doesn't actually take up any space on disk, for use in testing
  9.   large-file operations.
  10.  
  11. RIPPLE.C
  12.   Ripple test for terminal emulator benchmarks.
  13.  
  14. RMESCSEQ.C
  15.   Given a file that contains embedded ANSI X3.64 conformant escape
  16.   sequences (e.g. VT100), this stdin/stout filter removes them.
  17.  
  18. TEXTPS.C
  19.   Converts text to PostScript, and also converts ISO 8859-1 Latin
  20.   Alphabet 1 characters for printing.  Several other 8-bit character
  21.   sets are supported too.
  22.  
  23. TRIM.C
  24.   Trims trailing whitespace from lines in given file(s), replacing each
  25.   file with a trimmed version and renaming the original to *.untrimmed.
  26.   Optionally also untabifies.
  27.  
  28. XXU.C
  29.   Converts foreign filenames (e.g. VMS, DOS) to Unix format.
  30.