How to Install dwdiff on Mac using Brew
Package Information:
Name: dwdiff
Use: dwdiff is a diff program that operates at the word level instead of the line level.
URL: http://os.ghalkes.nl/dwdiff.html
Installation Steps:
- Open Terminal by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install dwdiff using brew
brew install dwdiff
dwdiff is ready to use now!