I have two files and need to compare master file with the another file and i need to
remove the reocrds from the second file which are present in master file how to achive this.
both files are FB and same length.
File A(Master file)
-------------------
0000490
0000490
0000432
0000490
0000490
0000490
0000450
0000444
0000490
0000445
File B
-------
0000490
0000490
0000432
0000490
0000411
0000412
0000450
0000444
0000413
0000445
Output file
-----------
0000411
0000412
0000413
please tel me how to do