From owner-freebsd-questions Sun Jun 9 7:21:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-138.dsl.crchtx.swbell.net [65.71.135.138]) by hub.freebsd.org (Postfix) with ESMTP id 4B95A37B408 for ; Sun, 9 Jun 2002 07:21:53 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g59ELp880403 for ; Sun, 9 Jun 2002 09:21:52 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020609092149.01044510@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Jun 2002 09:21:49 -0500 To: freebsd-questions@freebsd.org From: "Jack L. Stone" Subject: Running Diff of Directories Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to run an analysis of two large directories, on two different computers and only want to know what file names do not exist in one versus the other and want to ignore file size or dates. I have run a directory listing on each one, "file1" and "file2". I assume this is a job for "diff", but don't see "ignore option" for dates and file size, except perhaps a regex, which I don't grasp. How would I determine only the filenames that exist in file1 but not in file2....??? Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message