I am looking for a program I can use to split up text files between patterns. Like
I would want lines 1 and 2 in one file, and line 2 and 3 in another...Using "-*-" to tell it where to break up the files.
Is there A) an easy way to do this or B) a macro already written for this?
Code: Select all
-*-
Line 1
Line 2
-*-
Line 3
Line 4
Is there A) an easy way to do this or B) a macro already written for this?