equal
deleted
inserted
replaced
|
1 |
|
2 |
|
3 |
|
4 F:\6.2\generated\parselistdirs.pl - creates sets from the listdirs outputs... |
|
5 |
|
6 F:\6.2\generated\parsewhatlog.pl - creates a CSV-style log from the whatlogs. |
|
7 |
|
8 F:\6.2\generated\merge_csv.pl - takes the output CSV from parsewhatlog.pl and merges in the output of parselistdirs.pl |
|
9 |
|
10 |
|
11 in generated> |
|
12 perl parselistdirs.pl ..\ >list_results.log |
|
13 perl parsewhatlog.pl ..\ >what_results.log |
|
14 perl merge_csv.pl what_results.log list_results.log >summary.txt |
|
15 |
|
16 The Test dir is a directory filled with test text files... |
|
17 |
|
18 |
|
19 |