12-18-07 12:22 AM
jammer <jamesloc...@mail.com> wrote:
>
> I have two files that are lists.
> I want to find out what is in the second list but not in the first list.
> I played around with diff but I don't think it'll do what I want.
> I'm thinking awk.
Check the man pages for comm and uniq.
[ Post a follow-up to this message ]
|