X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <4F742A9E.3080506@bonhard.uklinux.net> Date: Thu, 29 Mar 2012 10:25:50 +0100 From: Fergus User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 MIME-Version: 1.0 To: Cygwin ML CC: Fergus Subject: Compare two directories, architecture only Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Is there an easy way to compare two directories for content (names only of subdirectories and files, not their identical content). (1) "diff" compares the content of files: too strong a comparison; (2) Could "find" both directories and then compare output, but this will list the entire content under any non-matching subdirectories, when all I need is the fact of the non-match. (i.e. I need diff -rq d1 d2 | sed ' /^Files /d' OR diff -rq d1 d2 | grep '^Only' without the scrutiny of file content that diff provides.) Thank you! Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple