Hello guys,<br><br>I have two mirrors. I need to compare files and directories on both mirrors and as a result print list of those which are missing on mirror 2<br><br>What i did<br><br>find /data > find.mirror1<br><br>
find /data > find.mirror2<br><br>Now i need to get list of those directories which are missing in mirror1.<br><br>Thanks in advance!<br><br>David<br>