From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31670 invoked by alias); 21 Jan 2014 23:59:19 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 31654 invoked by uid 89); 21 Jan 2014 23:59:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f172.google.com Received: from mail-pd0-f172.google.com (HELO mail-pd0-f172.google.com) (209.85.192.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 21 Jan 2014 23:59:18 +0000 Received: by mail-pd0-f172.google.com with SMTP id p10so4599761pdj.3 for ; Tue, 21 Jan 2014 15:59:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.68.219.202 with SMTP id pq10mr4821479pbc.23.1390348756659; Tue, 21 Jan 2014 15:59:16 -0800 (PST) Received: by 10.68.95.133 with HTTP; Tue, 21 Jan 2014 15:59:16 -0800 (PST) Date: Tue, 21 Jan 2014 23:59:00 -0000 Message-ID: Subject: cygcheck and literal plus sign From: Steven Penny To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00287.txt.bz2 Searching for the popular compiler produces unexpected results $ cygcheck -p 'g++.exe' Found 0 matches for g .exe $ cygcheck -p 'g\+\+.exe' Found 0 matches for g\ \ .exe How can I include a literal '+' (plus character) in my search? -- 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