The solution is to and an additional <return> after line 8,16,24,32..., procedures: 1. ctrl-o open source file 2. ctrl-h open replace dialog, in 'Replace' page, 1) set 'Replace Unit' to 'Line' 2) set Unit number filter: means 8,16,24,32,... (start by 8, step is 8) 3) Search for pattern: 4) Replace with pattern: the second \n is additional return 3. Click 'Replace', that's ok!
|