Top "Dos2unix" questions

About dos2unix conversion program

Convert DOS line endings to Linux line endings in Vim

If I open files I created in Windows, the lines all end with ^M. How do I delete these characters …

linux vim file editor dos2unix
How can I run dos2unix on an entire directory?

I have to convert an entire directory using dos2unix. I am not able to figure out how to do …

linux dos2unix
Convert line endings

I have been using d2u to convert line endings. After installing Puppy Linux I noticed that it does not …

bash shell sed command-line dos2unix
Anything like dos2unix for Windows?

I have some shell scripts created on windows I want to run dos2unix on them. But as I have …

linux windows unix newline dos2unix
Eclipse Editor: How to change file format from Dos to Unix

I am using eclipse editor to work on my remote files it appears that eclipse editor is set to dos …

java eclipse unix editor dos2unix
How to convert files from Dos to Unix

I am having several files which I want to convert from Dos to Unix. Is there any API or method …

java dos2unix
Git: Removing carriage returns from source-controlled files

I've got a Git repository that has some files with DOS format (\r\n line endings). I would like to …

git version-control dos2unix
Convert files to UNIX format using Maven

I have an application that is developed in a Windows environment. The application itself gets deployed to a Linux environment. …

java maven-2 dos2unix
How to automate dos2unix using shell script?

I have a bunch of xml files in a directory that need to have the dos2unix command performed on …

bash shell dos2unix
How to find a windows end of line (EOL) character

I have several hundred GB of data that I need to paste together using the unix paste utility in Cygwin, …

linux unix sed eol dos2unix