Find text in folder

Type this command to find text or code in specific file in folder

#grep  -lr  "copyright"  *

The results are the list of files that contain text copyright in files.

No comments:

Post a Comment