X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=pjXiBzjYNq3ArPVlVIcMIzVVbp24M pesQ3/dX9CCZVRha39Our7LfSoviTiJxX3uqfXataFtedbgFw0/GdrelUp2sYQrf o0ddkM/EuR5+VZqaLXU68LV3vuEG4r6EFSyJyx9MT3+USKvljETtaWgJP3VeidMp +KBQb072xMOXAU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=758/Pu4SNCn9bDHkOg5ba5JphWA=; b=vHg piTvx3xh2E6FBBAa6nsv4Fo2g5I6Af5qfgO3p69y7ukB2zb9Sc7pi2xpQ8m/kQyv f7c8Fl5uvz7GA7IdPcPM2+GGtWW167uauxLW6joPvNGQcChyrofF5ShDQiJR7b4b B2EraONem0TDdLwmJbjtrZKHS4ZeJAMm9WfxQEug= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) Date: Tue, 21 Jan 2014 17:59:16 -0600 Message-ID: Subject: cygcheck and literal plus sign From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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