|
Thanks for replies.
What I was doing up to the moment is:
diff -qr dir1 dir2
Because I need only list of the files that changed/missed/added, I don't like output like:
File dir1/file1 and dir2/file2 differ
Only in dir2/: file2
Only in dir1/: file3
I want to see something simpler and I though that there could be some option which I couldn't figure out:
! dir1/file1
- dir1/file2
+ dir1/file3
I think I just have to write simple script to reformat output the way I need it.
Last edited by ursusman; 07-04-2006 at 06:02 AM.
|