Skip to content

Commit 98c139f

Browse files
author
A9G-Data-Droid
committed
2 parents c324d97 + 6097d15 commit 98c139f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# TextFileConvert
2+
This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".
3+
4+
I needed the capability to perform Unix text file conversions, round trip, within a VB.NET project without being dependant upon external binaries.
5+
I couldn't find anything like that on NuGet so I wrote my own. Some day I will publish it on NuGet for you.
6+
7+
Included are two console apps that show the usage.
8+
9+
SEE: https://github.com/A9G-Data-Droid/TextFileConvert/blob/master/dos2ux/dos2ux.vb

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-midnight

0 commit comments

Comments
 (0)