Skip to content

stratzilla/dos-unix-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dos-unix-conversion

A simple C++ reimplementation of dos2unix and unix2dos.

Compile with:

$ g++ -std=c++11 d2u.cpp -o d2u $ g++ -std=c++11 u2d.cpp -o u2d

And execute with:

$ ./d2u <arg> $ ./u2d <arg>

Where <arg> is the text file to convert from DOS to Unix or Unix to DOS respectively.

About

A simple C++ reimplementation of dos2unix and unix2dos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages