Read more

Remove carriage returns from DOS-formatted text files using Vim

Henning Koch
May 16, 2011Software engineer at makandra GmbH

If you need to strip carriage return characters from a text file, you can use Vim:

vim file.txt
:set ff=unix
:wq
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot
Posted by Henning Koch to makandra dev (2011-05-16 11:47)