On 12/01/2012 09:17, Fergus wrote:
> Hello,
> I want to compare the contents of two large directories whilst omitting
> two subdirectories console5/ and console7/ common to both. But using any
> combination of
> diff -rq /d1 /d2 -x console
> diff -rq /d1 /d2 -x console.
> diff -rq /d1 /d2 -x "conso
Hello,
I want to compare the contents of two large directories whilst omitting
two subdirectories console5/ and console7/ common to both. But using any
combination of
diff -rq /d1 /d2 -x console
diff -rq /d1 /d2 -x console.
diff -rq /d1 /d2 -x "console./"
(and several others I thought might wor
2 matches
Mail list logo