Hi,
Here is a script I wrote to delete log files (using find) which are 90 days or older and only in the current directory - does not go to subdirectories.
________________________________________________________
cd /export/home/app/logs/
find . \( -type d ! -name . -prune \) -o \( -mtime...
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.