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.
This command is for, grep the value from that path inside the file also it will search.
Comments
Post a Comment