dahamcharith
Technical User
Hi All AIX Gurus,
I am trying to locate a specific file within large set of folders. I have been using the follwoing command,
find . -name 124156.xml -type f -exec grep credit /dev/null {} \;
I cant seem to get the folder and the file which this generes the result. Can some one analyze this for me and tell me what I am doing wrong.
Thank you for your support,
DC
I am trying to locate a specific file within large set of folders. I have been using the follwoing command,
find . -name 124156.xml -type f -exec grep credit /dev/null {} \;
I cant seem to get the folder and the file which this generes the result. Can some one analyze this for me and tell me what I am doing wrong.
Thank you for your support,
DC