cvs maillist merge

Les Mikesell lesmikesell at gmail.com
Sat Jan 5 06:43:25 UTC 2008


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 at gmail.com








More information about the fedora-list mailing list