OS
오래된 파일 정리
Lawmin
2021. 7. 16. 09:31
#!/bin/sh
find /디렉토리/ -mtime +보관기간 -exec rm -rf {} \;
#!/bin/sh
find /디렉토리/ -mtime +보관기간 -exec rm -rf {} \;