From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8DEF43852743 for ; Sun, 3 Jul 2022 11:52:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DF679385C318 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=date:from:to:subject:message-id:reply-to:mime-version :content-disposition; bh=vzvN34MS1T9lFpwENk0Ch0ousa4cZEHsyEX/efFar7c=; b=erWS/sWU53dWvS4hfoS4m3cB4Fig8pTnHUbiAIeVcGQuhicJv1Yp8+yPTlwP16QXp/ I638fQfIqueggg69pRssawkrFsViTuhKnBonG+cDq18F89975vBFcecsK2j4gzJaPpYp pHncp5D4fEpQCY06eaOtCDp9K0PF5Z232li+A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :mime-version:content-disposition; bh=vzvN34MS1T9lFpwENk0Ch0ousa4cZEHsyEX/efFar7c=; b=fkMzZrIOZRCCRRSqkC4VCT0LfUXmkp6twUkMkCSqh7ed+qvCRY1HgU++KQuvzXYSR9 wdpGGOnnef6o/7i64c2PuYhTjWzzn0TAXT7GgBN4qxOkm37GpiG5Gum5uKa8lkkTZ6xw Hvln4+nMGSUaHn6M08JF2M/LxPqCC0FVHHWutDue7IPXfe9nSQotQ+aIA8C78VaocSU5 w/IsNIU+cQhK8C22Uvhjd87WkKno8Uy5l4l2nBYt0MEZsfSc7O+Yol2BqOFq4d286NVm 2qwjZYK2M7+LaZq0MP75tJh6HM4fubngVQ1jgRMhB4yGZG7cymJnmo5PZIhg+KqP3i/W qU0A== X-Gm-Message-State: AJIora94W0NbWrKY6qcbe3ZNIgBADS/qBCg0UGepuNw/iWxH//vtKSea 0Tm6szlLWkumBdz9ghJTE5wzdzuVVXiZeQ== X-Google-Smtp-Source: AGRyM1s9cSIrs4l90XwTfup7gYHqS7CdzJy7xTDTgRJskB6nMs/6gshCJMEEn4aS3bEo/IaU0x4mZA== X-Received: by 2002:a05:6000:18ad:b0:21b:a24a:1786 with SMTP id b13-20020a05600018ad00b0021ba24a1786mr23774743wri.115.1656849147628; Sun, 03 Jul 2022 04:52:27 -0700 (PDT) Date: Sun, 3 Jul 2022 12:52:25 +0100 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] New package: rdfind v1.5.0-1 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2022 11:52:36 -0000 rdfind v1.5.0-1 has been uploaded, and should be coming soon to a mirror near you. >From the upstream project description: > Rdfind is a command line tool that finds duplicate files. It is useful > for compressing backup directories or just finding duplicate files. It > compares files based on their content, NOT on their file names. Enjoy! Adam