how to diff compare html files?

kitepilot at kitepilot.com kitepilot at kitepilot.com
Sat Oct 7 14:33:00 MST 2017


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, joe at actionline.com 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 - PLUG-discuss at lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss


More information about the PLUG-discuss mailing list