in reply to
Perl version of 'diff'?
If both files are sorted, and you just want the new lines, then just:
comm -13 host01-original.txt host01-updated.txt
[download]
Comment on
Re: Perl version of 'diff'?
Download
Code
In Section
Seekers of Perl Wisdom