Skip to content
/ dos2unix Public

Convert file line endings from carriage returns to new lines

License

Notifications You must be signed in to change notification settings

cgati/dos2unix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dos2unix

a basic implementation in go

This program will replace all instances of '\r' with '\n' in a given list of files.

Usage:

dos2unix path/to/file.csv

dos2unix path/to/file/a.csv path/to/file/b.csv

File output:

# path/to/file.csv.clean

# path/to/file/a.csv.clean path/to/file/b.csv.clean

About

Convert file line endings from carriage returns to new lines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages