[geeks] Programming question.

Keith Campbell keith.d.campbell at att.net
Tue Apr 2 00:19:06 CST 2002


> Compare two lists.  List A, and List B.
> I want to be able to then extract a list of 
> elements of List B that are *not* in List A.

fgrep -v -f listA listB



More information about the geeks mailing list