Hi Aponte
you can use
find /usr/sap/DAA/SMDA97/SMDAgent/*.gdl -mtime +5 -exec rm {} \;
to delete the logs older than 5 days for a certain directory
did you use du -ks * to find the biggest directory ?
Best Regards
Marius
Hi Aponte
you can use
find /usr/sap/DAA/SMDA97/SMDAgent/*.gdl -mtime +5 -exec rm {} \;
to delete the logs older than 5 days for a certain directory
did you use du -ks * to find the biggest directory ?
Best Regards
Marius