script help
am 08.05.2006 14:07:17 von reshcan anyone help me to write script which Compares all files in two
directories and flags files that are different.
i am trying with diff command
diff -r dir1 dir2 shows all files --which are just differ by extra
space onr single line
how can i use those options -i -b -q
i tried with diff -r -biq dir1 idr2 but still couldnot differentaite
files properly.
give sme example to use proper option in diff command