linux
Search files in Bash: grep, find, and ag
This article describes how to search for files in bash, and shows a few examples of using find, grep, and ag (the silver searcher). Search for files in bash People using bash on a daily basis know at least two basic tools for searching: find and grep. The main difference Read more…