Download FILTERS.ZIP

Various text filters for DOS 2.x

Upper | translate all lowercase characters to uppercase Lower | translate all uppercase characters to lowercase Snglspc | removes extra blank lines from a file Unique | deletes multiple occurances from a sorted list Trunc | truncates a line at first matching char (or space) Fecho | echoes standard input to screen (great for debugging) Translat| puts each word of a file onto a separate line. Feed | reads a filespec and sends files to standard output Forclean| takes a fortran source and deletes comments and labels

File Size: 17.02 KB

Files contained in this archive

  • FECHO.ASM
  • FECHO.COM
  • FEED.ASM
  • FEED.COM
  • FILTERS.DOC
  • FORCLEAN.ASM
  • FORCLEAN.COM
  • LOWER.ASM
  • LOWER.COM
  • SNGLSPC.ASM
  • SNGLSPC.COM
  • TRANSLAT.ASM
  • TRANSLAT.COM
  • TRUNC.ASM
  • TRUNC.COM
  • UNIQUE.ASM
  • UNIQUE.COM
  • UPPER.ASM
  • UPPER.COM