Stop piping grep into five other commands. It already handles most of that.
A simple command-line file search tool written in Rust. This program searches for a specific word inside a text file and prints all matching lines. The project is inspired by the mini-grep example ...