grep does not work with [^...]
Dmitry Lanin
jjj17@yandex.ru
Fri May 4 22:21:00 GMT 2018
Hello Michel,
Thank you.
Yes, I guessed it is a special character, so I tried (did not work):
echo qwe | grep -E '[\^r]'
I have finally figured out. Using double-quotes work:
echo qwe | grep -E "[^r]"
Kind regards,
Dmitry
Friday, May 4, 2018, 5:03:32 PM, you wrote:
ML> Run it in bash instead.
ML> ^ is a quote character in CMD.
>> -----Original Message-----
>> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On
>> Behalf Of Dmitry Lanin
>> Sent: May 4, 2018 4:32 PM
>> To: cygwin@cygwin.com
>> Subject: Bug: grep does not work with [^...]
>>
>> 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
--
Best regards,
Dmitry mailto:jjj17@yandex.ru
--
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
More information about the Cygwin
mailing list