home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d957
/
parex.lha
/
PARex
/
PARexScripts
/
CutLines
< prev
next >
Wrap
AmigaDOS Script File
|
1993-11-24
|
429b
|
15 lines
.KEY FROMFILE/A,PAREXARGS/F
; PARex v3.xx program script: "CutLines"
; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
; Update: 07-Nov-93
; $VER: CutLines 39.000 (07.11.93) Cut all LF's in a row of more than two.
; This program will convert a row of LF's with more than two, to LF+LF.
; If no TO file is given then the destination file is called "FROMFILE.prx".
PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL \n\n#\n BY \n\n WILD }