HP-UX
1748169 회원
4094 온라인
108758 솔루션
새 메시지

답변: The parameter list is too long.

 
신동방_2
비정기 기여자

The parameter list is too long.

Oracle Log를 정리하려고 다음 명령어를 실행하면 "The parameter list is too long" 메시지가 나오면서 삭제를 할 수 없네요.. 방법이 없을까요?

sh# find . -type f -mtime +3 -exec rm {}\;

1 응답 1
데이타하우스박노성
비정기 조언자

답변: The parameter list is too long.

-type f를 빼고 해보시지요?

find / -name core -exex rm {} \;

find / -size +5000000c -print

find / -atime 5days -print