home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0957.lha / PARex / PARexScripts / CutLines < prev    next >
AmigaDOS Script File  |  1993-11-24  |  429b  |  15 lines

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "CutLines"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~
  5. ; Update: 07-Nov-93
  6.  
  7. ; $VER: CutLines 39.000 (07.11.93) Cut all LF's in a row of more than two.
  8.  
  9. ; This program will convert a row of LF's with more than two, to LF+LF.
  10.  
  11. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  12.  
  13. PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL \n\n#\n BY \n\n WILD }
  14.  
  15.