Replace exactly 5 times ^p
Hello
I have a file who looks like this, and contains 2-100 blocks with each 5 lines.
name: winstdvm1;
server: winstdvm1;
scheduled backup: Enabled;
comment: ;
Save operations: ;
name: winstdvm2;
server: winstdvm2;
scheduled backup: Enabled;
comment: ;
Save operations: ;
I like that to have all 5 lines of the first block in one line. This can be done
by search: ^p and replace:
Problem is that if I' am doing this all ^p are appended to end of the line instead on in the five lines in first, second block.
It should look like this: (It should be 2 x one line)
name: winstdvm1;server: winstdvm1;scheduled backup:... Enabled;comment: ;Save operations: ;
name: winstdvm2;server: winstdvm2;scheduled backup:... Enabled;comment: ;Save operations: ;
I didn't found how to search only ex: ^p(5) only replace 5 lines. I don't know right syntax.
Somebody any idea ?
Thanks
Hello
I have a file who looks like this, and contains 2-100 blocks with each 5 lines.
name: winstdvm1;
server: winstdvm1;
scheduled backup: Enabled;
comment: ;
Save operations: ;
name: winstdvm2;
server: winstdvm2;
scheduled backup: Enabled;
comment: ;
Save operations: ;
I like that to have all 5 lines of the first block in one line. This can be done
by search: ^p and replace:
Problem is that if I' am doing this all ^p are appended to end of the line instead on in the five lines in first, second block.
It should look like this: (It should be 2 x one line)
name: winstdvm1;server: winstdvm1;scheduled backup:... Enabled;comment: ;Save operations: ;
name: winstdvm2;server: winstdvm2;scheduled backup:... Enabled;comment: ;Save operations: ;
I didn't found how to search only ex: ^p(5) only replace 5 lines. I don't know right syntax.
Somebody any idea ?
Thanks