Hi,
on HP-UX B.11.31 U ia64
I want to find any file containing PURGE_ARCHIVELOG , then I issued :
find . -name *PUR*.log | -exec grep "PURGE_ARCHIVELOG"
ksh: -exec: not found
Or :
find . -name *.log | -exec grep "PURGE_ARCHIVELOG"
ksh: -exec: not found
find: missing conjunction
Thank for help