Practica tu reguexperimentación con Quodrle[1] y grep|egrep 😅

Mi último regexp del ejercicio:

```
$ grep '^b....$' /usr/share/dict/words | grep r | grep '^b..[^r].$' | egrep -v 'h|e|l|o|a|s|u|g|u|l|y|f|z|t'
brick
brink
```

[1] https://www.merriam-webster.com/games/quordle/

#grep #egrep #unix #linux

Quordle

Put your skills to the test and solve four words at once! You have 9 guesses to solve all four words. A new Quordle available each day to solve.

Merriam Webster

W jednym z pokoi matriksowych, które lurkuję padło pytanie, jak policzyć w LibreOffice słowa, ale z pominięciem jednoliterowych.

Temat wydał mi się ciekawy, więc trochę poszukałem i skleiłem znalezione dwa myki: sposób na konwersję .odt do .txt z egrepowaniem słów o odpowiedniej minimalnej długości. Może się komuś przyda:

libreoffice --headless --convert-to txt:Text test.odt &> /dev/null && < test.txt egrep -wo '[[:alnum:]]{2,}' test.txt | wc -w && rm test.txt

#LibreOffice #egrep #IlośćSłów #odt #txt #jednolinijkowiec

The advantages of using the Linux egrep Command

Linux users often rely on powerful commands to manipulate text and data efficiently. One such command that stands out for its versatility and effectiveness is the egrep command. The egrep command is a variant of the grep command, which is used for searching text using regular expressions. Here are some key advantages of using the Linux egrep command:

1. #Egrep #LinuxCommands

https://linuxsmiths.com/linux-egrep-command/

Linux Egrep Command

The advantages of using the Linux egrep Command Linux users often rely on powerful commands to manipulate text and data efficiently. One such command that st

Linuxsmiths

Does anybody have experience with zipgrep? I'm trying to run a regex with alternation but for some reason it's not working. I run:

zipgrep -E "(wordA|wordB)" file.zip

on a zip file which I know it contains bot words within its files, but it returns nothing, if I uncompress the file and run egrep, it works fine 🤯

Edit: fixed the command again bc apparently I can't type

#grep #egrep #help #askFedi #linux

@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

@penguin42 @cks

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

https://debbugs.gnu.org/cgi/bugreport.cgi?msg=17;att=1;bug=49996;filename=0001-egrep-fgrep-now-obsolete.patch

#GNU #grep #egrep #fgrep

Error

@cks

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

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019335

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

#1019335 - Reconsider the egrep and fgrep deprecation - Debian Bug report logs

Alternatives to Deprecated Linux Commands

FOSSlife

Expressões Regulares no Linux
Vamos falar sério. Tirem as crianças da sala. Se você não sabe um tiquim de expressões regulares, você não sabe Linux ainda. É igual ter um Iate para andar na piscina de casa.

Uma expressão regular é um método formal de se especificar um padrão de texto a ser procurado em um ou mais arquivos.

É uma composição de caract
https://www.certificacaolinux.com.br/expressoes-regulares-no-linux/
#egre #egrep #expressões #fgrep #regex #regulares

Expressões Regulares no Linux - Certificação Linux

Se você não sabe um tiquim de expressões regulares, você não sabe Linux ainda. É igual ter um Iate para andar na piscina de casa. Aprenda um pouco agora!

Certificação Linux