> 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