© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Matheus
Dev at ReleaseRun. Writing about releases, Node.js, DevOps.
The three text-processing tools you use in every shell script. grep — the flags that matter grep -i "error" # case-insensitive grep -r "TODO" src/ # recursive directory search grep -l "pattern" *.js # filenames only (not content) g...
No responses yet.