Top > Research > Tools > DiffLineCounter |
Don't insert any blank around "=".
(OK: DIFF_LINE_COUNTER="/home/aman/bin/DiffLineCounter.jar")
(NG: DIFF_LINE_COUNTER = "/home/aman/bin/DiffLineCounter.jar")
difflc [option] [target_A target_B] |
options
file_name,path_in_target_A,path_in_target_B,total number of changed lines,number of added lines,number of deleted lines,number of modified lines |
Note: the number of modified lines is the larger count of corresponding modified parts between target_A and target_B.
The total number of changed lines = number of added lines + number of deleted lines + number of modified liens.
DiffLineCounter might throw a run time error when it's run on Linux and the end of line characters of target files are CR+LR.
(C) Copyright 2001 - 2011 Hirohisa AMAN