The main problem is the difference format of text file under DOS and UNIX, always face this during diff 2 dir, after working under WinXP and move back to Debian. This simple command can convert all file from DOS to UNIX under Debian:
find /some/dir -type f -exec dos2unix -f '{}' \;

















Post new comment