emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27916: closed (sed is limited to 24 patterns when


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27916: closed (sed is limited to 24 patterns when using the delete command)
Date: Thu, 03 Aug 2017 22:07:02 +0000

Your message dated Thu, 3 Aug 2017 15:06:21 -0700
with message-id <address@hidden>
and subject line Re: bug#27916: sed is limited to 24 patterns when using the 
delete command
has caused the debbugs.gnu.org bug report #27916,
regarding sed is limited to 24 patterns when using the delete command
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27916: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27916
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sed is limited to 24 patterns when using the delete command Date: Wed, 2 Aug 2017 15:35:53 +0200
sed (GNU sed) 4.4

With 24 patterns, sed filters correctly 'build-aux':
address@hidden:/home/actionmystique/src# find -L -path './*/build-*.sh' 2>/dev/null | sed -E '/\.gd.*$/d; /.*git-Tao_Te_eChing.*$/d; /.*\.gnupg.*$/d; /.*google-chrome.*$/d; /.*\.gpg$/d; /.*_key.*$/d; /.*\/\.key.*$/d; /.*\/key.*$/d; /.*\.key$/d; /.*_Key.*$/d; /.*\..*\.luks$/d; /.*OAuth2.*$/d; /.*\/\.passwd.*$/d; /.*\/passwd.*$/d; /.*\/\.password.*$/d; /.*\/password.*$/d; /.*\.pem$/d; /.*\.ssh.*$/d; /.*\/tmp.*$/d; /.*\/Trash.*$/d; /.*Webmin.*$/d; /.*xca.*$/d; /.*build-area.*$/d; /.*build-aux.*$/d' | grep -- "build-aux"
address@hidden:/home/actionmystique/src#

With 25 patterns, sed fails to filter 'build-aux':
address@hidden:/home/actionmystique/src# find -L -path './*/build-*.sh' 2>/dev/null | sed -E '/.*ExpressVPN/client\..*$/d; /\.gd.*$/d; /.*git-Tao_Te_eChing.*$/d; /.*\.gnupg.*$/d; /.*google-chrome.*$/d; /.*\.gpg$/d; /.*_key.*$/d; /.*\/\.key.*$/d; /.*\/key.*$/d; /.*\.key$/d; /.*_Key.*$/d; /.*\..*\.luks$/d; /.*OAuth2.*$/d; /.*\/\.passwd.*$/d; /.*\/passwd.*$/d; /.*\/\.password.*$/d; /.*\/password.*$/d; /.*\.pem$/d; /.*\.ssh.*$/d; /.*\/tmp.*$/d; /.*\/Trash.*$/d; /.*Webmin.*$/d; /.*xca.*$/d; /.*build-area.*$/d; /.*build-aux.*$/d' | grep -- "build-aux"
./GTK-VNC/git-gtk-vnc/build-aux/ltmain.sh
./Xtables/xtables-addons/debian/xtables-addons-dkms/usr/src/xtables-addons-2.12/build-aux/ltmain.sh
./Xtables/xtables-addons/build-aux/ltmain.sh
...

With the same 25 patterns grepĀ filters correctly 'build-aux':
address@hidden:/home/actionmystique/src# find -L -path './*/build-*.sh' 2>/dev/null | grep -vP -- '.*ExpressVPN/client\..*$|\.gd.*$|.*git-Tao_Te_eChing.*$|.*\.gnupg.*$|.*google-chrome.*$|.*\.gpg$|.*_key.*$|.*\/\.key.*$|.*\/key.*$|.*\.key$|.*_Key.*$|.*\..*\.luks$|.*OAuth2.*$|.*\/\.passwd.*$|.*\/passwd.*$|.*\/\.password.*$|.*\/password.*$|.*\.pem$|.*\.ssh.*$|.*\/tmp.*$|.*\/Trash.*$|.*Webmin.*$|.*xca.*$|.*build-area.*$|.*build-aux.*$' | grep -- "build-aux"
address@hidden:/home/actionmystique/src#

It's strange that 24 is the limit.
--
Jean-Christophe Manciot

--- End Message ---
--- Begin Message --- Subject: Re: bug#27916: sed is limited to 24 patterns when using the delete command Date: Thu, 3 Aug 2017 15:06:21 -0700
tags 27916 + notabug
thanks

On Thu, Aug 3, 2017 at 2:00 AM, jean-christophe manciot
<address@hidden> wrote:
> You're right, my bad.

Marking as resolved/notabug in our tracker.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]