On Sun, 09 Dec 2012 21:45:03 +0100
Jim Meyering wrote:
> Thanks for the patch.
> This is large enough that you'll have to file a copyright assignment.
> For details, see the "Copyright assignment" section in the file
> named HACKING.
Fine.
> Have you considered performance in the common case?
Matteo Zambelli wrote:
> Hi, i was trying to find common lines between the two attached
> files(both created with "dpkg --get-selections > filename.txt") with
> this command:
>
> comm -12 squeeze-xfce-installed_packages.txt
> squeeze-xfce-installed_packages.txt > result.txt
>
> then i noticed th