At 03:59 PM 7/10/00 +1000, you wrote:
>hi all
>just need a little help with something..
>i am trying to change all returns in a text file to tabs 

file: read %some-filename.txt

replace/all file "^/" "^-"

>and then change 
>every occurence of ZZZ to a return....is this possible?

replace/all file "ZZZ" "^/"

>i am on windoze 98se.....the file is about 12mb with about 500,000 records.
>i have checked the user guide but couldn't get anything out of it regarding 
>this sort of thing
>
>thanks in advance
>keith
>
>
>

;- Elan [ : - ) ]

Reply via email to