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:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=pU r85dOgyJ4v4dT/0m7rUEc4eSsya+zi+6jj8UJBIPKF4Hjw5GYBi+/CBcbpcamNvW uQep7vRNAxiFyrvaQCho/nvPpYevwaqnf5y5WigPbYI5Q2u+/JghxAznuPtXNjwd Hs2KllWe8WCVxDEPWj4b61MQu/irDC//4TL2ufNQQ= 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:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=xJroA49K xRKbtMubzOKosPP31f4=; b=wLPfpZedpMVfj6ZECFG+ka15ms5iidnoIXnqnjVh LXlV/lSPdrQnATcycSHgxNt2L4zl6EQkzU7qeHuPCddsqLjMgeVJFO3sqNiXUL+w eH0BJXibhxrfwHpcY8imMB8D7bYVRahRfo0YVHzHRoT9dYYk7PNqZeDQF1t4aaui uQo= 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=-0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f44.google.com MIME-Version: 1.0 X-Received: by 10.68.224.34 with SMTP id qz2mr33323622pbc.84.1390862603494; Mon, 27 Jan 2014 14:43:23 -0800 (PST) In-Reply-To: <5E4FD12CD40F6745B655A229A725EA7561F66C20@TGI-EXMBXP03.tgi.local> References: <5E4FD12CD40F6745B655A229A725EA7561F66C20 AT TGI-EXMBXP03 DOT tgi DOT local> Date: Mon, 27 Jan 2014 16:43:23 -0600 Message-ID: Subject: Re: 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 On Mon, Jan 27, 2014 at 9:47 AM, Gates, Roger wrote > $ ascii + It should be noted that "ascii" is not included with a base install, and part of the "ascii" package > $ cygcheck -p 'g\x{2b}\x{2b}.exe' it should be further noted that the braces are not necessary in this instance $ cygcheck -p 'g\x2b\x2b.exe' Found 9 matches for g\x2b\x2b.exe x86_64/cygwin32-gcc-g++/cygwin32-gcc-g++-4.8.2-1 x86_64/cygwin32-gcc-g++/cygwin32-gcc-g++-4.8.2-2 x86_64/gcc-g++/gcc-g++-4.8.1-3 x86_64/gcc-g++/gcc-g++-4.8.2-1 x86_64/mingw-gcc-g++/mingw-gcc-g++-4.7.3-1 x86_64/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-4.8.1-2 x86_64/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-4.8.2-1 x86_64/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.1-2 x86_64/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.2-1 -- 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