100 lines

Here’s a geeky puzzle for you. The mission: Using only combinations of Copy and Paste, create exactly 100 iterations of a given line of text. Deleting excess lines (>100) is not allowed, nor is typing the 100 lines manually. What is the fewest number of Copy+Pastes needed to achieve the 100 lines?

I’ve got it down to nine Copy+Pastes. How about you?

Update

Looks like seven copy+pastes is the current contender. And since someone asked, the first line doesn’t count against your total (in other words, assume the first line is already there). Here are two different ways to get seven:

submitted by Emanuel Carnevale:

  1. Select All, Copy, Paste = 2
  2. Select All, Copy, Paste = 4
  3. Select All, Copy, Paste = 8
  4. Select All, Copy, Paste = 16
  5. Select All, Copy, Paste = 32
  6. Select All, Copy, Paste = 64
  7. Select 36 lines, Copy, Paste = 100

submitted by eglamkowski:

  1. Select All, Copy, Paste = 2
  2. Select All, Copy, Paste = 4
  3. Select All, Copy, Paste = 8
  4. Select All, Copy, Paste = 16
  5. Select All, Copy, Paste = 32
  6. Select 18 lines, Copy, Paste = 50
  7. Select All, Copy, Paste = 100