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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=vKAEYaOFOHYUogphkO6ICfguqI9IEbN1xiTqvf3zObUGb2Y73MImB O43YjiE4ElrsdpnQQaERTBr0EcAQ86ELTTAnSv/mb2thJY1KTrOZdhLK2l0uG3Jg ManTfMzc/cMzB79s2YPls6MLjGP4uIgQEcYvmGSkDLvn4unIzlolpM= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=tvmori4V3JKWCO1ghLJTbAaWJTY=; b=SAs45PDeVKbRFQvPW3/tr0ihZ61J 4w+5TLNlD6laopmMFApeq2h0J9Et/ROEIrBi5BHKMYHFK2Ezn67qd8cqxzwrdduV PSRF6w+gqGRKL6qYkYCJJDFMoTQLbsZLJCTrp3RHPM1DCLVrF9sHsOcJfzc04pIb EDzywqApFsk4o8k= 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,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: cygcheck and literal plus sign Date: Wed, 22 Jan 2014 11:03:03 -0500 Lines: 19 Message-ID: References: <20140122055830 DOT GB4286 AT ednor DOT casa DOT cgf DOT cx> <20140122150721 DOT GA6650 AT ednor DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > On Wed, Jan 22, 2014 at 06:34:49AM -0500, Andrew Schulman wrote: > >> > $ cygcheck -p 'g\+\+.exe' > >> > Found 0 matches for g\ \ .exe > >> > > >> >How can I include a literal '+' (plus character) in my search? > >> > >> By remembering that this is a regex search. How do you quote special characters > >> in regexes? Answer: With a '\'. > > > >That's what he did. The single quotes protected the \'s from > >interpretation by the shell, so cygcheck received the regex: g\+\+.exe (which should have been g\+\+\.exe) > Sorry. I screwed up there by not reading carefully. > > So I'll change my answer to "I don't know". A time-honored answer :) -- 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