Re: how to diff compare html files?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: PLUG-discuss
Date:  
To: Main PLUG discussion list
Subject: Re: how to diff compare html files?
Or:
sdiff -s -w$(tput cols) ${FILE1} ${FILE2}
YMMV...
ET

Aaron Jones writes:

> Install and use vimdiff. Its superior in every way.
>
> http://vimcasts.org/episodes/comparing-buffers-with-vimdiff/
>
> Or
>
> man diff
>
> But use vimdiff
>
>> On Oct 7, 2017, at 12:16 AM, wrote:
>>
>> When I try to use 'diff' to compare two htm files,
>> diff shows all lines including all identical lines.
>>
>> How can I get diff to show only lines that are different?
>>
>>
>>
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss