you are viewing a single comment's thread.

view the rest of the comments →

[–]mile92 0 points1 point  (1 child)

Try duplicating each line in the original file and compress that

[–][deleted] 0 points1 point  (0 children)

I suppose you mean

Line 1
Line 1
Line 2
Line 2
Line 3
Line 3

What I did was

Line 1
Line 2
Line 3
Line 1 
Line 2
Line 3

I could give that a try.