I have a text file for ex:
ABCD#sh run
aaaaaaaaa
bbbbbbbbb
ccccccccc
ABCD#sh int
dddddddd
eeeeeeee
ABCD#sh xvy
and so on....
I want to parse the lines between ABCD# and the next ABCD#.
And send this parse output to CSV file or excel like
aaaaaaaa dddddddd
bbbbbbbb eeeeeeee
cccccccc
Please help!!