Ajustar horario log audit /usr/sap/<SID>/DVEBMGS00/log

cd /usr/sap/<SID>/DVEBMGS00/log

for i in `ls audit_*`; do touch -t ${i#*_}2359 $i; done