J
jackster the jackle
Is there an easy way available in Ruby to compare two text files and
report the differences?
thanks
jack
report the differences?
thanks
jack
jackster said:Is there an easy way available in Ruby to compare two text files and
report the differences?
Is there an easy way available in Ruby to compare two text files and
report the differences?
Josef said:%x(diff file1 file2) # Unix/Linux
Josef 'Jupp' Schugt
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-ins-and-del/
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.