Tags: diff

Integrating a better file comparer than clearcase offers

January 26th, 2010
Wonderful though Clearcase is, its support tools leave a lot to be desired. Take the file comparison application that comes bundled. It only flags lines which have changed, so you often have to spend a couple of moments scanning the line to spot the chan… more »

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 »