hi All
what is the easyest way (if posible with one command line) to separate large files into subfiles starting form one header to another. For example,
#head 1
23434
23434
34324
#head 2
345345
#head 3
34543
34545
34545
34545
to separate into
#head
23434
23434
34324
#head
345345
and
#head
34543
34545
34545
34545
respectively.
Number of rows betwwen headers are not equal. Headers have same name
thanks
oliver
what is the easyest way (if posible with one command line) to separate large files into subfiles starting form one header to another. For example,
#head 1
23434
23434
34324
#head 2
345345
#head 3
34543
34545
34545
34545
to separate into
#head
23434
23434
34324
#head
345345
and
#head
34543
34545
34545
34545
respectively.
Number of rows betwwen headers are not equal. Headers have same name
thanks
oliver