Skip to content

Perl script to identify line differences between several closely related files.

Notifications You must be signed in to change notification settings

sillypog/multi-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#MultiDiff

A perl script to identify line differences between several closely related text files.

Files to compare can either be passed in individually:

$multi_diff.pl files/file1 files/file2 files/file3

... or described in a text file:

$cat filelist.txt
files/file1
files/file2
files/file3
$multi_diff.pl filelist.txt

The output is an html file named diff_output.html. Lines are assigned to groups based on their similarity. Hovering over the group number for a line in a file will show the text of that line in the tooltip.

About

Perl script to identify line differences between several closely related files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages