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 »
Tag: "fileutils"
The directory lister under UNIX is called 'ls'. In the deep and distant past this was a very black and white affair. GNU has changed all that by introducing an environment variable called LS_COLORS which allows you to set the colours of files based on ex… more »