Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages