Hi all-
I'm sorry, but I guess this question isn't specific to MacPerl, but here goes:
I have two text files, both with lists. One is called "master" and
the other is "removes".
"removes" contains a list of items that I want removed from the
"master" file (there's one string on each line).
What's the best way to strip out all the desired items from the master file?
Here's an example:
removes contains:
aaa
bab
wac
ead
gae
aaf
master contains:
aaa
bbb
bab
rte
iio
ppl
wac
grd
ead
ree
sst
gae
iuy
aaf
Can anyone help me out?
Thanks!