While comparing 2 fairly big directories using diff -rq ....
I want to exclude certain file types like 'tar.gz' or 'error_log'.
How do I do that?
While comparing 2 fairly big directories using How do I do that? |
|||
|
GNU diff has options for doing this (see manual page):
The pattern in each case is a glob (
See for example: |
|||||
|