|
|
|
|
|
by voltagex_
3601 days ago
|
|
That's a neat looking application - bonus points for a good manpage, too. That said, how does it handle firstpath/somefile.bin and secondpath/somefile.bin being identical? This breaks your "diffable" output because the paths are different. |
|
$ mkdir foo
$ echo foo > foo/bar
$ cp -a foo foo2
$ summain -r foo > foo.summain
$ summain -r foo2 > foo2.summain
$ diff foo*.summain