Jul 13, 2021

Search for a text in the folder files

Lets search for <meta name word in the current folder using grep. File extension to check for is .html and .py files.

grep -ir --include=*.{html,py} "<meta name" .


No comments:

Post a Comment