![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Filtering lines from one file from anotherby mertserger (Curate) |
on Feb 03, 2011 at 09:16 UTC ( #885930=note: print w/replies, xml ) | Need Help?? |
Another non-Perl solution would be the Unix command "comm" comm -23 file1 file2 would do it. I like comm because you can get lines in file1 and not in 2, in 2 and not in 1 and lines common to both.
In Section
Seekers of Perl Wisdom
|
|