Hi,
I would like to take a file, grep blocks of lines between spaces and spool them to a different file . Suppose that the file name is a.txt, I'd like to create a1.txt, a2.txt depending on the number of text blocks between spaces. Will appreciate if anyone can suggest me how to do this.
aaaaaaa
aaaaaaa
bbbbbb
bbbbbb
Thanks.
I would like to take a file, grep blocks of lines between spaces and spool them to a different file . Suppose that the file name is a.txt, I'd like to create a1.txt, a2.txt depending on the number of text blocks between spaces. Will appreciate if anyone can suggest me how to do this.
aaaaaaa
aaaaaaa
bbbbbb
bbbbbb
Thanks.