시스템

1일 지난 파일 삭제

@developer.kye 2021. 1. 19. 10:27
#!/bin/bash
cd /var/logs
find ./* -ctime +1 -exec rm -f {} \;