[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Diff for 2 Text Files

jackster the jackle

10/15/2008 11:05:00 PM

Is there an easy way available in Ruby to compare two text files and
report the differences?

thanks

jack
--
Posted via http://www.ruby-....

7 Answers

Alex Fenton

10/15/2008 11:40:00 PM

0

jackster the jackle wrote:
> Is there an easy way available in Ruby to compare two text files and
> report the differences?

http://raa.ruby-lang.org/project...

a

Ryan Davis

10/16/2008 4:46:00 AM

0


On Oct 15, 2008, at 16:44 , Alex Fenton wrote:

> jackster the jackle wrote:
>> Is there an easy way available in Ruby to compare two text files and
>> report the differences?
>
> http://raa.ruby-lang.org/project...

he said "easy"


jackster the jackle

10/16/2008 10:15:00 AM

0

Ryan Davis wrote:
> he said "easy"


DOAH! :-)
--
Posted via http://www.ruby-....

Josef 'Jupp' Schugt

10/16/2008 11:45:00 AM

0

On Thu, 16 Oct 2008 01:04:31 +0200, jackster the jackle
<johnsheahan@sflistdb.com> wrote:

> Is there an easy way available in Ruby to compare two text files and
> report the differences?

%x(diff file1 file2) # Unix/Linux

Josef 'Jupp' Schugt
--
Blog: http://penpen.gooda...
PGP key (id 6CC6574F): http://wwwkeys.d...
Jabber - http://www.j... - contact information on request

jackster the jackle

10/16/2008 10:23:00 PM

0

Josef 'Jupp' Schugt wrote:
> On Thu, 16 Oct 2008 01:04:31 +0200, jackster the jackle
> <johnsheahan@sflistdb.com> wrote:
>
>> Is there an easy way available in Ruby to compare two text files and
>> report the differences?
>
> %x(diff file1 file2) # Unix/Linux
>
> Josef 'Jupp' Schugt


now that's what I call "easy" :-)

--
Posted via http://www.ruby-....

Mark Mcbride

11/5/2008 6:17:00 AM

0

You can expand on this approach if you're outputting to an html view
too:
http://markmcb.com/2008/11/04/ruby-on-rails-diff-text-to-html-in...

--
Posted via http://www.ruby-....

myschizobuddy

5/31/2009 8:24:00 PM

0

how about visual diff like the image
http://tin...
--
Posted via http://www.ruby-....