home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / scrcap11.lzh / SNGLSPC.DOC < prev    next >
Text File  |  1989-05-28  |  553b  |  16 lines

  1.         Name Snglspc
  2.         Title   Convert doublespace to singlespace (remove blank lines.)
  3.         page    ,132
  4. comment /
  5.  
  6.         This program is a filter that delete blank lines from a file.
  7.  
  8.         Examples:
  9.                 Snglspc abc.txt         read input from abc.txt,
  10.                 Snglspc abc.txt >abcnew.txt
  11.                 Snglspc <abc.txt >abcnew.txt
  12.                 Snglspc abc.txt | find "ABC"
  13.                 find "abc" abc.txt | Snglspc | sort
  14. /
  15. ;===================================================================
  16.