Hi..
thanks for the same.
There are only two files makefile and makefile.scpd and i need to search predefined string say rms, ams etc inside that files.
Thanks prashant
---------- Post updated at 08:39 AM ---------- Previous update was at 08:11 AM ----------
the below code will take model no and search under that model no a specific word.
echo "Enter model no for searching string inside makefile"
read inputs2
#find /pools/home_unix/sapte/work/models/model/$inputs2 -name "makefile" | xargs grep "attr" \;
#;;
I am getting below error.
./menu1.sh: line 151: syntax error near unexpected token `"Hit <ENTER> to continue:"'
./menu1.sh: line 151: `echo "Hit <ENTER> to continue:"'
Can someone help me?
thanks prashant..