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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:39:03+00:00 2026-05-26T20:39:03+00:00

I have copied files from Windows. In Vi I see ^M that don’t allow

  • 0

I have copied files from Windows.
In Vi I see ^M that don’t allow work.
AFAIK this is problem with moving files from Windows to Linux.
Does it possible to fix?
Thanks.

  • 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-05-26T20:39:04+00:00Added an answer on May 26, 2026 at 8:39 pm

    If you are using vim (enhanced vi editor) you can do it right in the editor:

    1. switch to command mode : PRESS ESC
    2. type
    :%s/\r//g
    

    and voila 🙂

    Otherwise if you have the dos2unx utility installed then you can use that to remove the ^M (\r):

    dos2unx infile.txt > outfile.txt
    

    Otherwise you can use GNU sed which understands \r substitutions:

    sed -e 's/\r$//' infile.txt > outfile.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have copied some files from project A to project B, both of which
I have developed a windows application, which will read updated data from .jrn files(In
I can not copy files that have Unicode characters in their names from Ruby
I have copied zipped file from the playframework.org website and unzipped it at a
I have a script to identify flash files in memory to be copied or
I have a product setup executable that copies some files to the user's hard
I have a .bat file that publishes my VS2010 application, then copies the files
We have multiple config files (app.DEV.config, app.TEST.config, etc) and a pre-build event that copies
HI,I have a VS project which I have copied to my new machine from
I copied this example from api.jquery.com $('.target').change(function() { alert('Handler for .change() called.'); }); I

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.