Script started on Wed Aug 10 11:25:49 2011 complex% python tcomp3.py usage: python tcomp3.py filename digraph file1name file2name ... complex% python tcomp3.py tc1.dat ab tc2.dat tc3.dat The digraph " ab " occurs 2 times in file " tc1.dat " >>> The digraph " ab " occurs 1 times in file " tc2.dat " >>> The digraph " ab " occurs 4 times in file " tc3.dat " File " tc2.dat " is most similar to file " tc1.dat " complex% python tcomp3.py tc1.dat aa tc2.dat tc3.dat The digraph " aa " occurs 5 times in file " tc1.dat " >>> The digraph " aa " occurs 4 times in file " tc2.dat " >>> The digraph " aa " occurs 1 times in file " tc3.dat " File " tc2.dat " is most similar to file " tc1.dat " complex% python tcomp3.py tc1.dat bb tc2.dat tc3.dat The digraph " bb " occurs 3 times in file " tc1.dat " >>> The digraph " bb " occurs 4 times in file " tc2.dat " >>> The digraph " bb " occurs 3 times in file " tc3.dat " File " tc3.dat " is most similar to file " tc1.dat " complex% python tcomp3.py tc1.dat ff tc2.dat tc3.dat The digraph " ff " occurs 0 times in file " tc1.dat " >>> The digraph " ff " occurs 0 times in file " tc2.dat " >>> The digraph " ff " occurs 2 times in file " tc3.dat " File " tc2.dat " is most similar to file " tc1.dat " complex% exit Script done on Wed Aug 10 11:27:11 2011