Scunningham99
Programmer
Hi All
I am executing the following cmd to grep all files in dir, but i would like it to return the file names instead it just does the following!!!
find . -name '*.pls' -exec grep ICX_CALL {} \;
the above cmd returns the following, but i need the file names which contain ICX_CALL
8 ICX_CALL:
Thanks in advance!!!
I am executing the following cmd to grep all files in dir, but i would like it to return the file names instead it just does the following!!!
find . -name '*.pls' -exec grep ICX_CALL {} \;
the above cmd returns the following, but i need the file names which contain ICX_CALL
8 ICX_CALL:
Thanks in advance!!!