Translations - ONYX - 9.0 - Exploitation

Guide d'exploitation ONYX Server sur Linux/56/en

De MappingDoc
Deleting log archives that are older than 30 jours
find /apps/mapping/spool/logs -name "*.zip" -mtime +30 -exec rm -f {} \;