using diff on linux
- Angelo Schalley
- Sep, 16, 2012
- Linux, Plesk Linux
- No Comments
diff -rq DIR1 DIR2
or
diff -rqb DIR1 DIR2
-r is recursive
-q is for brief, and will just tell you if the files are different (i.e., it won’t show the line-by-line differences)
-b ignores whitespace