RCS file: RCS/Similars.pm,v
Working file: Similars.pm
head: 1.27
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 27; selected revisions: 27 description:
Possibly identical/similar file locator


revision 1.27
date: 2008/10/31 16:07:34; author: tong; state: Exp; lines: +3 -3 - cosmetic amend to module identification
revision 1.26
date: 2008/10/31 15:59:05; author: tong; state: Exp; lines: +4 -3 - cosmetic amend: show explicitly how the test is invoked.
revision 1.25
date: 2008/10/29 16:59:40; author: tong; state: Exp; lines: +4 -4 - update contact email
revision 1.24
date: 2008/10/29 16:47:22; author: tong; state: Exp; lines: +86 -37 - update test & output, therefore update pod as well.
revision 1.23
date: 2008/10/28 23:05:39; author: tong; state: Exp; lines: +5 -2 - version deprecated. Future versions are released as File::Find::Similars.
revision 1.22
date: 2006/12/25 23:59:33; author: tong; state: Exp; lines: +25 -3 - add process_stdin
- tested fine

find . \( -type f -o -type l \) -follow -printf "%p\t%s\n" | fileSimilars.pl -

revision 1.21
date: 2006/12/25 22:29:19; author: tong; state: Exp; lines: +4 -4 - bug fix, $fc_level=0 to compare files between dirs now works


revision 1.20
date: 2006/12/25 22:17:29; author: tong; state: Exp; lines: +6 -6 - s/process_files/process_entries/g
revision 1.19
date: 2006/12/25 22:08:29; author: tong; state: Exp; lines: +19 -20 - move sub process_files, nothing else
revision 1.18
date: 2003/08/13 04:30:46; author: tong; state: Exp; lines: +57 -20 - more accurate similarity check.