grep recursive – POFTUT

How To Use Grep Command Recursively Through Sub-Directories In Linux?

grep is very useful command to search files and directories. What makes grep powerful is that it can search file contents. We can search file content according to extension. Recursive behavior makes it more powerful by looking sub directories and files. Introduction to Linux Grep Command With Examples Recursive -r Option We will start with … Read more