Is anyone aware of shell differences between AIX and Solaris. There is either a differnce in the shell or the "find" command.
For example on Solaris...
# find /tmp/findtst -type d -mtime +30 -exec rm -r {} \;
# echo $?
0
On AIX ...
# find: 0652-081 cannot change directory to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.