Articles tagged "grep"
8 min readIntermediate
awk, sed, and grep for Linux Sysadmins: Practical Guide with Real Examples (2026)
Master awk, sed, and grep for Linux sysadmin work in 2026. Parse nginx logs, edit configs in-place, filter processes, and build log analysis pipelines. Every example is real-world.
2 min readBeginner
Linux: Search Text in Files with grep/ack/ag
Have you ever struggle to use the command *find* in linux and it doesn't work as expected? Here we explain the proper way of finding text in multiple files. We also show you the fastest tool to search in git repositories.