hi guys i have two pipe delimited files,first file contains 1000 records and second file contains 10 records and records which are present in second file exists first file. Now need a file which which will give me 990 records by excluding 10 records which occur in both files,
i know how to this using SQL .But how can we acheive this in UNIX?
Any help greatly appreciated