Linux grep command  find . -name *.html|xargs grep "search"


This command is for, grep the value from that path inside the file also it will search.

Comments

Popular posts from this blog