delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2012/03/30/14:48:23

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <6587024.20120330205554@mtu-net.ru>
References: <4F742A9E DOT 3080506 AT bonhard DOT uklinux DOT net> <6587024 DOT 20120330205554 AT mtu-net DOT ru>
Date: Fri, 30 Mar 2012 14:47:48 -0400
Message-ID: <CA+sc5mnn2ONcoapgJ94+pxOBCq6kWaYpf+we=dp3L_8RiDcWeg@mail.gmail.com>
Subject: Re: Compare two directories, architecture only
From: Earnie Boyd <earnie AT users DOT sourceforge DOT net>
To: Andrey Repin <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Fri, Mar 30, 2012 at 12:55 PM, Andrey Repin wrote:
> Greetings, Fergus!
>
>> Is there an easy way to compare two directories for content (names only
>> of subdirectories and files, not their identical content).

ls -1 dir1 > /tmp/dir1.out && ls -1 dir2 > /tmp/dir2.out && diff -u
/tmp/dir1.out /tmp/dir2.out

>
> What you want it for?

Who cares?  This was a simple question that has a simple answer.
Fergus will let you know if it isn't what he wanted. ;D

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019