Tags: sed

Stripping line feeds from dos files

November 9th, 2008
Finding the differences between files under DOS is a pain, because DOS does not provide any tools to help manipulate files or streams of files. When I have source trees I need to compare I use the unix power tool diff. Sometimes (because of various ed… more »