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:date:from:reply-to:message-id:to:subject :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=vqoxH5SCeuVOhsPXZgNffls07gngD2rO+Yl9pp/F0cGO2pbAZvxy9 1Pi9Ysf6QUBb3qjU24xZkHDR8DsWIPzv4FbkxPMVFtCeT3TUd9VK4cd2NHIvRrou bwYIxRu5RuJfWdB6gtycRfR9kh4tN6yScXCa24dayg5jf3P74Ay0/0= 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:date:from:reply-to:message-id:to:subject :mime-version:content-type:content-transfer-encoding; s=default; bh=TmHLVzMayTT5x29a5EFOK9++Dg8=; b=gFTs0ffgHljBbJRAqYMWsLbfjugd k4Sv+biJf+rqLn8bz9D1Xs9oTqm9H2X/p6k7BL1BDbT74pueNVh8RB3TyGdDzgwl 5IFGmBtDlH4zQHL+fG6juE6aZ+pgFmhjCyFho99DUeI7x3SINwaR7B/WcUYq56tg 895vibexICUGUj4= 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=-5.2 required=5.0 tests=BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*R:D*ru, H*R:D*yandex.ru, H*F:D*yandex.ru, UD:ru X-HELO: forward103o.mail.yandex.net Authentication-Results: smtp1p.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Fri, 4 May 2018 16:31:54 -0400 From: Dmitry Lanin Reply-To: Dmitry Lanin Message-ID: <1594742711.20180504163154@yandex.ru> To: cygwin AT cygwin DOT com Subject: Bug: grep does not work with [^...] MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Bug: grep does not work with [^...] Run the following command: echo qwe | grep -E '[^r]' Expected result: qwe Actual result: -nothing- ----------------------------------- cygwin DLL version: 2.10.0 base-cygwin 3.8-1 bash 4.4.12-3 coreutils 8.26-2 cygutils 1.4.16-2 cygwin 2.10.0-1 grep 3.0-2 ----------------------------------- Kind regards, Dmitry -- 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