I need to remove a lot of records (38k) from a file. I have a bad file containing all of the keys and then the master file needing cleaning.
started using a while loop with grep -v and appending the records to a new file, but it just doesn't seem to be a logigcal way to do it.
Any help would be appreciated.
Thanks
started using a while loop with grep -v and appending the records to a new file, but it just doesn't seem to be a logigcal way to do it.
Any help would be appreciated.
Thanks