Compare two folders for differences

Snippet

-a treats all files as text, -r recursively searched subdirectories, -q reports 'briefly', only when files differ

diff -arq folder1 folder2

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.