"TonyHa" <[EMAIL PROTECTED]> writes: > Hello, > > Does any one have using Python to write a Unix "diff" command for > Window? > > Tony Ha.
Yes. There's a script in your Python distribution: Tools/scripts/diff.py See also the docs for the 'difflib' standard library module. I do not know whether the Tools directory is installed by default or not. Thomas -- http://mail.python.org/mailman/listinfo/python-list