using diff on linux

using diff on linux

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

Leave a Reply

Your email address will not be published. Required fields are marked *

four − 4 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.