A Practical Guide of GNU grep With Examples

The CLI grep is useful to parse files and find the content you need.
The CLI grep is useful to parse files and find the content you need.
The CLI find is one of the best tool you can use in your *nix shell. Let's look at it in depth.
Tree-sitter is a powerful tool embedded in Neovim to precisely parse your source code, to enjoy fast syntax highlighting and other functionalities.
The CLI fzf can greatly improve our shell experience by fuzzy searching any files, directories, or anything else you want, using simple keystrokes or completion.
Many CLIs are general enough to be powerful in many situations; the fuzzy finder fzf is a good example. Fast, highly customizable, it answers many needs a developer can have.