Diff

From HostThyself

Jump to: navigation, search

diff is a unix tool to compare files and folders for changes.

For example to compare your existing installation of Wordpress with the latest version you had downloaded.

tar -xzf latest.tar.gz
diff -qr wordpress public_html | less
Personal tools