Re: cvs maillist merge

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ric Moore wrote:
Anyone know of a good way to merge two cvs lists that have duplicate
entries?? Thanx, Ric

Assuming you mean csv, try:
sort -u file1 file2 >merged
but that will only eliminate lines that are exact duplicates. You can use the -t and field options to control the fields used for sort ordering but I think the whole line has to match for the unique test.

--
  Les Mikesell
   lesmikesell@xxxxxxxxx






[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux