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:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; q=dns; s= default; b=vVvcuKBa77gUO2aSkHG8IaimATSKvzOT1Av4+66F5wAM1iGcckyZu /YpuhqoZugKENEqG0Vg9oXXByL/dHTyZFwM/Gq4dRiIB9GHwbhgdwtUu7FHmcL+f DFjVo+JincJnrF87ghNtKy6jOqzR6zzGyKaATS5GH4UBVQ4uphCGBs= 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:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; s=default; bh=e5eSW20z08iD+wTAr0j3ayuoUZQ=; b=xpFU+We9LHBW/Rb+wm9SM0hu3a3F UfFnSl5PbFM7tJFd7qT6yF9dKt9F65yM2lcT6DI/vY7H5579Bw1qiGLaW2K1YZa8 b/IvejA7n3x3ekPVkSbpxrkB/m7ihc32JWiudw33T4bjXQT3jIwgr2xXEzbVYh1m ucy5RLMExw0DN2w= 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.9 required=5.0 tests=AWL,BAYES_40,KAM_COUK autolearn=no version=3.3.2 X-HELO: mx-relay35-dus.antispameurope.com From: Fergus Daly To: "'cygwin AT cygwin DOT com'" CC: Fergus Daly Subject: Altered behaviour of grep Date: Tue, 24 Mar 2015 08:07:36 +0000 Message-ID: <9D9AC45310887B40A7245734E850FBE1125C0E20@FS-MX02.frontier.local> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-cloud-security-sender:fergusd AT frontier-science DOT co DOT uk X-cloud-security-recipient:cygwin AT cygwin DOT com X-cloud-security-Virusscan:CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-gate35-dus with D920F2118006 X-cloud-security-connect: unknown[195.59.181.82], TLS=, IP=195.59.181.82 X-cloud-security:scantime:.1570 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t2O881mk010231 grep -Pl "\xmn" used to find files containing the ASCII character mn. For instance grep -PL "\x0d" or "\x0a" or usefully "\x00". This seems to have been lost with the current version. Is this an error? If not, can anybody tell me what new syntax will recover the old behaviour? Thank you. Fergus -- 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