faqts : Computers : Programming : Languages : Python : Common Problems : Strings

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 3 people (67%) answered Yes
Recently 2 of 3 people (67%) answered Yes

Entry

How can i show the addings,substract/ns,and modific/ns(of words) of edit distance code in a msgbox

Nov 2nd, 2004 07:30
Jonathan Schroder, Christos Glotsos,


if that helps, 
there is a diff comand under linux which can compare two or three files 
 
through python you can call that command thanx to the os lib 
 
import os 
 
os.system("diff file1 file2")