|
Thanks for your help.
I have checked the shell script and it is fine.
I am having a shell script name test.sh
and it contains only one line which is
find /apps/qualdb/gpcn/scripts/cab_outbound/archive -name 'z*' -mtime +28 -exec rm {} \;
and when i am running using ksh test.sh it is showing exception as find: missing argument to `-exec'
the same thing when i am running in command prompt it is working fine.
Is there is any way to attach the file in this forum so that i can attcah the screen shot of whet i am trying.
|