Here are some ways to search through directories using the terminal! Search for files through file name: $ find <path> -name <search phrase> Search for files through text content: $ grep -rl "search phrase" <path>
A Journal of all my works and learnings.