home.social

#egrep — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #egrep, aggregated by home.social.

  1. @cks

    This is a perennial stupidity in the C and C++ worlds.

    Because the C and C++ standards leave some things up to _other_ standards, including (ironically) #POSIX, the idea that one shouldn't talk about them in the comp.std.c and comp.std.c++ newsgroups mutated into a stupid dogma that C and C++ programs shouldn't rely upon anything from these other standards.

    #fgrep and #egrep are in the SVID. (-:

    #GNU #grep #Unix

  2. @penguin42 @cks

    That's the thing. The GNU egrep and fgrep _already are_ shell scripts. Paul Eggert added this change _to those shell scripts_.

    debbugs.gnu.org/cgi/bugreport.

    #GNU #grep #egrep #fgrep

  3. @cks

    You're a bit late. Debian had a bug about this, and patched the warnings out, back in 2022.

    bugs.debian.org/cgi-bin/bugrep

    The Debian bug log also points to the two GNU project bug reports, where Paul Eggert et al. argued against undoing the new behaviour.

    #GNU #grep #fgrep #egrep