first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

bash command: Comparing Two Folders with diff

From Timothy Haroutunian, Armenian Eagle:

diff -Bbrq folder folder2

-B = Ignore changes that just insert or delete blank lines. -b = Ignore changes in amount of white space. -r = When comparing directories, recursively compare any subdirectories found. -q = Report only whether the files differ, not the details of the differences.

mod date: 2007-02-03T00:22:19.000Z