Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8947215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:41:59+00:00 2026-06-15T12:41:59+00:00

I need to create a file in vi with this pattern. Is there a

  • 0

I need to create a file in vi with this pattern. Is there a way to auto generate these lines using the first line

run 1 end
run 2 end
run 3 end
run 4 end
run 5 end
run 6 end

I can always do this in excel and then convert it to a text file and then switch to vi, but wanted to know if there a way to do it in vi so that I don’t have to switch back to excel

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:41:59+00:00Added an answer on June 15, 2026 at 12:41 pm

    :help ctrl-a

    ^a increments the number under the cursor, which you can use in a macro. For your case, assuming you have the first line and the cursor is on it:

    qaYpw^aq4@a
    

    Should do the trick. This is the technique outlined in the help pages, modified with w to move the cursor forward to the number. Breaking it down:

  2. qa start recording a macro in register a
  3. Y yank the current line
  4. p put the yank buffer below the current position and move to column 1 of the new row
  5. w move forward one word (to the number)
  6. ^a increment the number
  7. q stop recording the macro
  8. <count>@a apply the macro <count> times
  9. Another technique is to use an external tool. For example, if you already have the line and the cursor is on it:

    !!awk '1;{for(i=0;i<5;i++){$2+=1; print}}'
    
  • 0
  • Reply
  • Share
    Share
    • Share on Facebook
    • Share on Twitter
    • Share on LinkedIn
    • Share on WhatsApp
    • Report

Sidebar

Related Questions

I have some data and need to create a json file with this structure
I need to create a batch file that reads a file with one line
I am using spreadsheet gem to generate native Excel file. This is not CSV,
Given: File f = new File(test.txt); this way, each time i create a reference
I need to create file sharing and chatting system like Microsoft Groove under .NET
We need to create a file management interface that integrates with the clients current
I understand that we need to create MXML file to define a view. Suppose
I have a one-time need to create a file from an iOS mutable array.
I need to create a log file containing HTML (tables, etc). It seems that
We need to create an .xls file in ASP .NET which will be imported

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.