I wrote about my successful experience using a local #LLM to convert arbitrary #grep output into #Caddy config. I was surprised it worked so well with a model you can run on a phone!

https://brainsik.net/2025/local-llm-convert-grep-to-caddy-config/

Using a local LLM to convert grep output to Caddy config // .:. brainsik

Match a list of patterns to be excluded and remove the pattern and the following line #bash #grep

https://askubuntu.com/q/1560071/612

Match a list of patterns to be excluded and remove the pattern and the following line

I have a fasta file with a bunch of sequences that look like this: >chr_U_5_U_166_U_4:0-19392367:6458748-6462772_0.0

Ask Ubuntu

Finding PDF with specific string in folder with several PDF #pdf #grep

https://askubuntu.com/q/1560008/612

Finding PDF with specific string in folder with several PDF

I have a folder with several PDF, some are plots. I am looking for those that contain a specific string: is it possible to use maybe grep or something to do it?

Ask Ubuntu

Global Regular Expression Print aka grep.

The #grep command is essential to quickly locate information in text files.
#linux #command #terminal

It's Past Time To Stop Using egrep & fgrep Commands, Per GNU grep 3.8
"The egrep and fgrep commands have been deprecated since 2007"
...which means the post-install script for Vivaldi's RPM really ought to be updated! "egrep: warning: egrep is obsolescent; using grep -E"

#GNU #FOSS #grep #Vivaldi #Fedora #RPM

It's Past Time To Stop Using egrep & fgrep Commands, Per GNU grep 3.8

GNU Grep 3.8 was released today for this commonly-used command-line utility for search plain text data

Why grep command does not find tables with pattern I provide? #2204 #grep

https://askubuntu.com/q/1559818/612

Why grep command does not find tables with pattern I provide?

I'm using Kubuntu 22.04. I try to find all tables with cms subname in my laravel projects (stored in /mnt/_work_sdb8/wwwroot/lar subdirectory) that are under migrations. To do so, I run: grep -Hrn ...

Ask Ubuntu

Why grep command does not find tables with pattern I provide? #grep

https://askubuntu.com/q/1559818/612

Why grep command does not find tables with pattern I provide?

I'm using Kubuntu 22.04. I try to find all tables with cms subname in my laravel projects (stored in /mnt/_work_sdb8/wwwroot/lar subdirectory) that are under migrations. To do so, I run: grep -Hrn ...

Ask Ubuntu

You know you're a true geek when...

Your rhyming dictionary is `grep -P ... /usr/share/dict/words` or equivalent.

#geek #Unix #Linux #grep #dict #rhyming

SeaGL talks in 30 min:

* Project Caua Unleashed! from maddog

* grep by example from der.hans

* Migrating Distributed Systems Infrastructure to Serverless: Methodology and Insights from Priya Ananthasankar

https://pretalx.seagl.org/2025/talk/

Join the conference freely and anonymously - https://seagl.org/attend

#SeaGL #SeaGL2025 #FLOSSconf #FLOSSevent #Seattle #today #FLOSSbusiness #Project
Caua #grep #DistributedInfrastructure

SeaGL 2025

Schedule, talks and talk submissions for SeaGL 2025

my "grep by example" talk in 30 minutes @ SeaGL

https://pretalx.seagl.org/2025/talk/9DPTWS/

Join the conference freely and anonymously - https://seagl.org/attend

#SeaGL #SeaGL2025 #FLOSSconf #FLOSSevent #Seattle #today #grep #CLI #sysadm

grep by example SeaGL 2025

Do you need to search plain text files? Do you have big files? Lots of tiny files? How about inline searching of command output? Introducing "grep"!!! Find out if grep is the tool for you! Watch as your fingers never leave your hands while you slice and dice plain text! Be amazed as you quickly search through mountains of text to find what you're looking for. But, wait, there's more. There's an entire grep family of tools! * egrep for advanced regular expressions * fgrep to ditch the regular expressions * rgrep to recursively search a filesystem There are also the compression and archival cousins such as: * bzgrep * zgrep * xzgrep * ptargrep Those family members also come as accessory command line switches.