X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2555D3851C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1593610621; bh=pQq7RoWyh+o/baHtTBwv4PBPRbUhzhHc9EJiWbz6P+E=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=lEDf2IaNitPtM0/gCfZY226CVh12sZ1fxWBWIt0xALp8FLbkK9Lobzkig5Yg7Jaco PMv0KETLBaUhXabQKw0ooR4pVaiae/RURYQ4G3gjWDIIxdJ7HA+Mt7caZ0ZRVNKoTY 7tADcRT4alW67NGaCOezJs6EkkPaJouJwsOeOKOw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7EEC33857007 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=7n6NbarMZ9H5AT84lVhO6tDBx7WeVTU3qXA+h+8Udug=; b=neWRl6xAHIaWdBmtY7O/f3v33uUcu7OIfGMbZ6rUEZw/Xc1f4HXMgk4piI/X6IcX3T szd3kd92s5jeHGCVxHo4iHXTatYlkx/jRWopV3yoFcy6sL6ARjYRkiQWeC/N1vEgD8P5 p4OBW72vqcNmHokr2F7tlOG/i1FaC9v4Eu1E2KIxHCF4+dNtfWbZPx9GkoJFkqUSq3/2 PYc/BsB2tzkFuuNMM0xvcFHB8K/ge95vvrbfgK61rmWr6DpuQKS5WygroVF7x0oW4UN1 in3JJVWiXZwnxex6ZqVpJHku+XfqoasmPA6x93M3tAVe0sCnFUdw9cDIcUMo5yMCjaSt QZ1Q== X-Gm-Message-State: AOAM531nLE2B+aAoVoSygnShR/eYPPew03SN2jIx2tqgv+QmirGY8MGt abbiI9xm1va427KIvke64b7BOUFqoQOJ1fYauu6/Sx1v X-Google-Smtp-Source: ABdhPJyUs/wiOjB8U8Dla6ngEFxBBiF+3MBpkFXCmtIx7c6f1E9YjKvKXvW7YjNvT1r8MpxdmX98TtU23hOEDPGUuoU= X-Received: by 2002:a05:6602:2f09:: with SMTP id q9mr2403602iow.66.1593610617844; Wed, 01 Jul 2020 06:36:57 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 1 Jul 2020 09:36:47 -0400 Message-ID: Subject: How to check cygwin version? To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeffrey Walton via Cygwin Reply-To: noloader AT gmail DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" I think the documentation leaves a lot to be desired... I'm trying to tell someone what version of Cygwin I am using. There's a FAQ item at https://cygwin.com/faq/faq.html#faq.what.version. It gives this useless advice: To find the version of the Cygwin DLL installed, you can use uname as on Linux or cygcheck. Refer to each command's --help output and the Cygwin User's Guide for more information. OK, let's try it: $ cygcheck -v Usage: cygcheck [-v] [-h] PROGRAM cygcheck -c [-d] [PACKAGE] cygcheck -s [-r] [-v] [-h] cygcheck -k ... OK, -v is what we need: $ cygcheck -v cygwin cygcheck: could not find 'cygwin' OK, another failure. RTFM does not work. Why the hell don't you just state how to check the god damn version? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple