I would like to dupliacte lines in a folder with multiples txt files, including the blank lines. A batch command would be ideal or python drag&drop script. Here is an example. (x being blank line)
Alfred
x
Britney
And I need it like this.
Alfred
Alfred
x
x
Britney
Britney
As you can see, each line is doubled even the lines where there are no texts. How can that be done please ?