Diff

From HostThyself

Revision as of 06:15, 26 November 2006 by Ken (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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
Retrieved from "http://hostthyself.com/Diff"
Personal tools