Is there a simple (i.e. for a real unix rookie) to create a single record
(in a new file) from multiple records in a source file?
For example, let us say we have the folloiwng file contents
aaaaaaaa
bbbbbbbb
cccccccc
dddddddd
###
eeeeeeee
ffffffff
gggggggg
hhhhhhhh
###
etc.
and what I want is a file that contains
aaaaaaaabbbbbbbbccccccccdddddddd
eeeeeeeeffffffffgggggggghhhhhhhh
The ### is to indicate some recognisable delimiter.
Can anyone help?
Best regards
Jeremy Ovenden