I have a large text file with page breaks in the file. I'd like to break the larger document into single file text files based on the page break. Is this possible using the split function or some other way?
Thanks.