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 8184855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:39:03+00:00 2026-06-07T01:39:03+00:00

I have a file which looks like this: file1 file2 file3 . . .

  • 0

I have a file which looks like this:

file1
file2
file3
.
.
.
filen

I want to convert it to :

echo "file1"
cat file1
echo "file2"
cat file2
.
.
.
.
echo "filen"
cat filen

One way can be to have a for loop and read the content of original file and write modified content to another file , I did that and it worked. Is there any command to do the same in vim through :g or any other command?

  • 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-07T01:39:05+00:00Added an answer on June 7, 2026 at 1:39 am

    Try this:

    :%s/.*/echo "\0"\rcat \0/g
    

    Explanation:

    :%s/a/b/g means search whole file and replace a to b.

    .* means match every thing in one line.

    \0 means the matched thing.

    \r means the new line.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a tab delimited file which looks like this: CHROM <TAB> POS <TAB>
I have a text file, which looks like this: node13 state = free np
I have a sample xml file which looks like the one below: <Root> <SubOne>
I have a link which looks like that: www.domain.com/file.php I want to create .htaccess
I have a csv file which looks like this $lines[0] = text, with commas,
I have file which looks like this: >gi|358482566|ref|NW_003766328.1| Gallus gallus breed Red Jungle fowl,
I have a file which is space delimited which looks like this: probeset_id submitted_id
I have a Haskell file which looks like this: longest::[Integer]->[Integer]->[Integer] max a b =
I have a yaml file which looks like this: --- date: 25-01-2010 version: 0.1
Hi all I have a local file which looks like this: AAA Anaa AAC

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.