Anyone know of a good way to merge two cvs lists that have duplicate
entries?? Thanx, Ric
--
================================================
My father, Victor Moore (Vic) used to say:
"There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome." R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/
http://www.sourceforge.net/projects/oar
http://www.wayward4now.net <---down4now too
================================================
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-05-2008, 05:43 AM
Les Mikesell
cvs maillist merge
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@gmail.com
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list